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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Any Sample Examples using Encryption APIs such as the packages dbms_obfuscation_toolkit and dbms_crypto ?............Thanks indeed

RE: Any Sample Examples using Encryption APIs such as the packages dbms_obfuscation_toolkit and dbms_crypto ?............Thanks indeed

From: Ken Naim <kennaim_at_gmail.com>
Date: Mon, 23 Oct 2006 09:16:09 -0500
Message-ID: <005101c6f6ad$ca8189e0$85e7cf48@KenHome>


Dbms_obfuscation is quite simple just pass in the parameters to encrypt or decrypt. The key is to pad everything to 8 bytes (I used to pad with ~'s so I could strip them off easily). I don't have any code examples as I left them at my last job.  

Ken  


From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of VIVEK_SHARMA
Sent: Monday, October 23, 2006 6:35 AM
To: oracle-l_at_freelists.org
Subject: Any Sample Examples using Encryption APIs such as the packages dbms_obfuscation_toolkit and dbms_crypto ?............Thanks indeed    

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Oct 23 2006 - 09:16:09 CDT

Original text of this message

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