This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSP and the fly likes j_security_check .. how to check encrypted password .. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "j_security_check .. how to check encrypted password .." Watch "j_security_check .. how to check encrypted password .." New topic
Author

j_security_check .. how to check encrypted password ..

sarim raza
Ranch Hand

Joined: Nov 02, 2000
Posts: 232
problem is in databse i have username and password (these are encrypted)..
in the login page, user enters the actual password and submits ... how can i first use my encrypt() method to encrypt the password to match those stored in database.. reason why i cant do that is since login page uses j_security_check (tomcats mechanism . to check for username, pasword).
<form method=post action=j_security_check>
thanks
 
I agree. Here's the link: jrebel
 
subject: j_security_check .. how to check encrypted password ..
 
Similar Threads
j_security_check Tomcat bad redirection
Encrypting using Javascript
Securing only login page
jsp login
j_security_check not working with flash