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!

how to decrypt a password ??

user1093077Sep 29 2010 — edited Sep 29 2010
Hi All

How to decrypt a password which has been encrypted using DBMS_OBFUSCATION_TOOLKIT.MD5 procedure .

DBMS_OBFUSCATION_TOOLKIT.MD5(
input_string IN VARCHAR2,
checksum_string OUT varchar2_checksum);



few decryption functions are there which ask a key to decrypt . But while encrypting the password i did not provide any key.

thanks..
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2010
Added on Sep 29 2010
2 comments
1,762 views