Password4j v1.3.0 Release Notes

Release Date: 2020-03-19 // about 4 years ago
  • ➕ 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.