This has been discussed different topics but i did not find the answer iwas looking for. So i am posting it as a new topic.
I have a Webapp where the password entered by the User for login is encrypted (custom encryption) and stored in the db Currently there is no decrypt for the password. So, during authentication i would have to encrypt the password entered by the user on the Login form and compare it with the encrypted password stored in db. How can i acheive this ? We had our application deployed under tomcat earlier and in tomcat there is a way where you can specify the Enrcyption class and the encyrption method. Is there a similar way in JBoss ? I have seen people using the custom DatabaseLoginModule, but i don' think i can acheive what i want with that .. Any help is appreciated.... Thanks Mahesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920777#3920777 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920777 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
