mykapps599

Results 2 comments of mykapps599

> Hello @mykapps599, > > just use `hash.getResult()` instead of `hash.toString()`. > > [Here](https://github.com/Password4j/password4j/wiki/Usage-of-Password4j#the-hash-object) you can find a quick guide on the `Hash` object, but in general `Hash#toString()` is just...

Hello @firaja , Thanks for sharing the details. i have tried below both cases, stil it is showing false only. boolean verification = Password.check(userEnteredPassword, hash.getResult()) .addSalt(salt) .addPepper(pepper) .withArgon2(); boolean verification...