1.7.0
Added
- APIs now accepts
byte[]
arguments (#93) .forceUpdate()
forces Password4j to recalculate a new hash even if the parameters didn't change (#102)
Changed
.andUpdate()
no more recalculates the hash if the algorithm, salt or pepper changed from the hash found inPassword.check()
(#102)
Fixed
- Inconsistency between public and internal APIs for Argon2 (#93)