Skip to Main Content

Java Development Tools

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 design a login page

998899-OracleMar 9 2012 — edited Mar 9 2012
Hi all,

I need to design a login page which will allow the user to enter his email id and password and upon authentication it will move on to the next page.
The email id and password are stored in the database.
Password is encrypted using SHA 512 algorithm
so what ever the user types has to match with the value in the database.
Is there any corresponding examples with i could make use of?
My JDEV version is 11g Release 2
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 6 2012
Added on Mar 9 2012
3 comments
294 views