Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: data encryption triple DES ( 3DES)
ranjith_ls_at_yahoo.com (ranjithls) wrote in message news:<577879e7.0308192035.6f0cfe5c_at_posting.google.com>...
> Hi Oracle Gurus!
>
> I wanna encrypt and store some information in Database like password,
> credit card #'s etc. I heard 3DES is the best way to do that. Please
> provide me with an example with the function/procedure and how to use.
>
> oracle version is 9i
Just look on DBMS_OBFUSCATION_TOOLKIT especially procedure
DES3Encrypt/DES3Decrypt, is quite similar to DESEncrypt (just DES
encryption) from previous versions, only new parameter is WHICH (but
can be used with default 0).
Examples and howto are in Oracle 9i - Supplied PL/SQL packages and
types reference. It should be everything you need, is really
straightforward
to use.
-- Dusan BolekReceived on Wed Aug 20 2003 - 04:18:57 CDT
![]() |
![]() |