Re: SSHA hash checking

2004-06-11 Thread Tony Pimm
SSHA stands for "Secure Salted Hashing Algorithm", and can be used in LDAP to hash user passwords. Using your code below, how can I use this to hash a value? Tony >What's SSHA?   If you means just SHA, you can get a SHA hasher direct from >the JRE: > > >"java.security.MessageDigest").getInstance

RE: SSHA hash checking

2004-06-10 Thread Barney Boisvert
What's SSHA?   If you means just SHA, you can get a SHA hasher direct from the JRE: "java.security.MessageDigest").getInstance("SHA") /> The only downside is that you have to use byte arrays to deal interact with it, but thanks to a little trick I saw Nathan Dintenfass use, you can get a byte a