Skip to content

1.7.0

Compare
Choose a tag to compare
@firaja firaja released this 18 Feb 14:23
· 85 commits to master since this release

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 in Password.check() (#102)

Fixed

  • Inconsistency between public and internal APIs for Argon2 (#93)