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 -> dbms_obfuscation_toolkit package

dbms_obfuscation_toolkit package

From: Oracle User <rambalas_at_gmail.com>
Date: 16 Apr 2007 15:44:03 -0700
Message-ID: <1176763443.326578.326290@y80g2000hsf.googlegroups.com>


I am using the dbms_obfuscation_toolkit to encrypt data and store it in the database. But, using the same parameters when we generate the encrypted data in Java, the result is different from the one generated from the database.
Is there any conversions to be done, so that the encrypted string generated by the db and java are the same?. We both did base64 conversion but the results generated by the dbms_obfuscation_toolkit and des3encryption in java produces different strings.

Any input appreciated Received on Mon Apr 16 2007 - 17:44:03 CDT

Original text of this message

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