Skip to Main Content

Oracle Forms

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!

Password encryption

AhmadAl-Zamer88May 15 2013 — edited May 15 2013
Hello All,
I need to create a POC to do:
1)user open an html page .
2)the page has a form that take username/password.
3)upon form submit a JavaScript run that encrypts the password and redirects the user to a form deployed to a certain server with static address and append the username/encrypted password to it.
4)in the forms on the login page I use an on-logon trigger to extract username/password decrypt the password then login to the database.

my question is it possible to hash the password - seeing as hashing is one way , there is no way to get the original password- and configure the forms the login with the hashed password instead?

thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 12 2013
Added on May 15 2013
3 comments
256 views