Skip to content

1.3.0

Choose a tag to compare

@firaja firaja released this 19 Mar 21:50
· 411 commits to master since this release

Added

  • Capability of updating the hash (re-hash) with a new configuration just after the verification process

Changed

  • HashBuilder and HashChecker are less extendable because there are more maintainability issues than effective advantages
  • Pepper can be provided either with SecureString or String.

Removed

  • Password.hash() and Password.check() methods that accepts a custom HashBuilder or a custom HashChecker