Password4j v1.5.2 Release Notes

Release Date: 2021-02-21 // about 3 years ago
  • ๐Ÿ”„ Changed

    • Raised the compatibility with Android API level from 26+ (Android 8.0) to 21+ (Android 5.0).
    • SystemChecker's benchmark tools returns a prototype of the function and the real elapsed time ([#23](../../issues/23)). ### ๐Ÿ›  Fixed
    • Argon2 was not using the given pepper with Password.check(String, Hash).
    • Salt was converted from String to byte[] too many times. ([#31](../../issues/31)). ### โœ‚ Removed
    • Dependency with Apache Commons Text.