Take a look at the CredentialMatcher: https://shiro.apache.org/realm.html#Realm-CredentialsMatching
On Fri, Jan 26, 2018 at 10:26 AM, Olaf <olafvds...@gmail.com> wrote: > Hi, > > I'm looking for a simple function that'll hash a password, like PHP's > password_hash: http://php.net/manual/en/function.password-hash.php > > Does Shiro provide such a function? > I understand Shiro is an entire framework but currently my needs are > limited > to a few simple functions. > > A matching 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/ >