hashPassword()?

2018-01-26 Thread Olaf
verifyPassword() would be nice as well. ;) http://php.net/manual/en/function.password-verify.php Gr, Olaf -- Sent from: http://shiro-user.582556.n2.nabble.com/

Re: hashPassword()?

2018-01-29 Thread Olaf
I have, but it doesn't look like a good match. Users shouldn't have to bother with salts. It should be like: // String password; String hash = hashPassword(password); bool ok = verifyPassword(password, hash); It it's not available it might be nice to add it. -- Sent from:

Re: hashPassword()?

2018-01-29 Thread Olaf
That's the functionality I'm looking for. What's the corresponding Java class / function? -- Sent from: http://shiro-user.582556.n2.nabble.com/