password encryption and decryption [message #370080] |
Mon, 11 December 2000 17:00 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
venkat Veerareddy
Messages: 4 Registered: January 2000
|
Junior Member |
|
|
Hi Folks,
I have written procedure to encrypt and decrypt by using dbms_obfuscation_toolkit.DESEncrypt package. The problem is the built in procedure ie DESEncrypt wants 8 multiples input to encrypt. In my case password length may be 6 to 20 characters. If I will give 8 characters length (say venkat23 ) I am getting encrypted result if I will give say venkat(say length is other than 8) no It is raing application error.
Venkat
|
|
|
Can any body give a suggestion regarding password encryption and decryption [message #370082 is a reply to message #370080] |
Tue, 12 December 2000 10:26 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
venkat Veerareddy
Messages: 4 Registered: January 2000
|
Junior Member |
|
|
Hi Folks,
I have written procedure to encrypt and decrypt by using dbms_obfuscation_toolkit.DESEncrypt package. The problem is the built in procedure ie DESEncrypt wants 8 multiples input to encrypt. In my case password length may be 6 to 20 characters. If I will give 8 characters length (say venkat23 ) I am getting encrypted result if I will give say venkat(say length is other than 8) no It is raising application error.
Venkat
|
|
|
|