Re: Realm SSHA Code

2016-08-17 Thread George Sexton
Chris, On 7/31/2016 6:56 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 George, On 7/29/16 1:46 PM, George Sexton wrote: I was looking at the source code for org.apache.catalina.realm.RealmBase and see that it can handle salted SHA for passwords. Does anyone hav

Re: Realm SSHA Code

2016-07-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 George, On 7/29/16 1:46 PM, George Sexton wrote: > I was looking at the source code for > org.apache.catalina.realm.RealmBase and see that it can handle > salted SHA for passwords. Does anyone have some example code that > demonstrates generating the

Realm SSHA Code

2016-07-29 Thread George Sexton
I was looking at the source code for org.apache.catalina.realm.RealmBase and see that it can handle salted SHA for passwords. Does anyone have some example code that demonstrates generating the SSHA value: generating the salt, doing the digest, and outputting the value so that I could put it in