Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Can oracle support encryption on some sensitive field in database?

Re: Can oracle support encryption on some sensitive field in database?

From: Richard Kuhler <noone_at_nowhere.com>
Date: Fri, 09 Nov 2001 18:13:17 GMT
Message-ID: <11VG7.27080$D5.9666132@typhoon.san.rr.com>


Jim Kennedy wrote:
> Look at the dbms_obsfucation package.

<snip>

Unfortunately, dbms_obfuscation doesn't pass his first requirement.

> > > > 1. encryption key should be at least 128-bit key

from the oracle docs...

"... the DES key length for encryption is fixed at 56 bits; you cannot alter this key length."

To achieve 128 bits, I believe he's going to have to use an external routine (e.g. java or c).

Richard Received on Fri Nov 09 2001 - 12:13:17 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US