Josiah Haswell [https://community.jboss.org/people/haswellj] created the 
discussion

"Re: Storing the hashed password in database"

To view the discussion, visit: https://community.jboss.org/message/789974#789974

--------------------------------------------------------------
You can find  
http://stackoverflow.com/questions/2860943/suggestions-for-library-to-hash-passwords-in-java
 quite a few posts on Google about how to hash a password.  As for how to store 
it, once you've salted and hashed it, insert it into the database as a string.  
ORMs like Hibernate or EclipseLink will allow you to do this in a 
database-independent fashion.

Best!

Joe
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/789974#789974]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to