my dog learned polymorphism
The moose likes Other Application Frameworks and the fly likes Using md5 in jboss seam 3 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 » Frameworks » Other Application Frameworks
Reply Bookmark "Using md5 in jboss seam 3" Watch "Using md5 in jboss seam 3" New topic
Author

Using md5 in jboss seam 3

Robert Siqueira
Ranch Hand

Joined: Jan 21, 2008
Posts: 36
Hi,

Im using the JpaIdentityStore model to handle the security in my application. The problem is that the seam store the password in plain-text mode. What i should do to configure seam security (version 3) to store the passwords in md5 way ?

regards,

Robert
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Using md5 in jboss seam 3
 
Similar Threads
Encryption in XML
Encrypting/Decrypting passwords using sha or md5
Is it secure to turn hashed passwords into a string or the hash value should be ALWAYS kept as char?
login/password question
is there a any validation API in java