Password4j v1.4.0 Release Notes

Release Date: 2020-11-15 // over 3 years ago
  • โž• Added

    • CHFs like MD5, SHA-1, SHA-2 and SHA-3 in order to increase compatibility with legacy systems. ### ๐Ÿ”„ Changed
    • PBKDF2Function.getAlgorithm() returns a String instead of an Hmac enum. This make PBKDF2Function.toString() and CompressedPBKDF2Function.toString() more readable.
    • SystemChecker.isPBKDF2Supported() accepts a String instead of an Hmac enum. ### ๐Ÿ›  Fixed
    • Some typos along the code.