mjdinsmore,

DatabaseServerLoginModule supports hashing of passwords out-of-the-box. 
(functionality inherited from its base class, UsernamePasswordLoginModule)

More specifically, check out the following login-module parameters...

hashAlgorithm:
    the message digest algorithm used to hash passwords.
    If null then plain passwords will be used.

hashCharset: 
    the name of the charset/encoding to use when converting
    the password String to a byte array. Default is the platform's default 
encoding.

hashEncoding: 
    the string encoding format to use. Defaults to base64.

ignorePasswordCase: 
   A flag indicating if the password comparison should ignore case.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875715#3875715

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875715


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to