Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

String encryption

599314Dec 21 2007 — edited Dec 21 2007
Hi,

i wrote a procedure to encrypt and decrypt a given string using oracle built in package(API).But i want a single sql query to do this encryption is there any alternative for this...

dbms_obfuscation_toolkit.DESEncrypt(
input_string => input_string,
key_string => key_string,
encrypted_string => encrypted_string );
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 18 2008
Added on Dec 21 2007
6 comments
509 views