Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: encrypting data
In article <8s78as$mo4$1_at_nnrp1.deja.com>,
jbachler_at_my-deja.com wrote:
> Hi all, I want to encrypt some data (some columns) using something
> like RSA or TripleDES with more than 100 bit keys. My question is if
> you know some tools (better if there are from oracle) to perform this
> tasks. The goal of this is that we want to restrict the access some
> confidential information in the DB (not even the system user must be
> able to read and understand this data).
>
> Thanks in advance ..
>
> Jorge Bachler
>
Oracle provides a package that provides DES 56 bit encryption with 8.1+,
dbms_obfuscation_toolkit. If you need more than that you will have to
write your own. Net8/sqlnet also has an encryption capabilities if you
also have network worries.
-- Mark D. Powell -- The only advice that counts is the advice that you follow so follow your own advice -- Sent via Deja.com http://www.deja.com/ Before you buy.Received on Fri Oct 13 2000 - 10:42:40 CDT
![]() |
![]() |