I use dbms_obfuscation_toolkit.DESEncrypt with a given string and key to produce an encrypted string.
I have a java class which takes the same string and key, does a DES encryption using JEncrypt ( and seems to produce a different encrypted string.
Any ideas why this would be happening?
(I'm doing this because I need to take a password encrypted by Oracle and decrypt it within a Java app).
Greg.
I have a java class which takes the same string and key, does a DES encryption using JEncrypt ( and seems to produce a different encrypted string.
Any ideas why this would be happening?
(I'm doing this because I need to take a password encrypted by Oracle and decrypt it within a Java app).
Greg.