Skip to content

Releases: Password4j/password4j

1.2.1

19 Mar 16:31
Compare
Choose a tag to compare

Added

  • Constant time equality in SecureString

Changed

  • Enum WithHmac renamed to Hmac

1.2.0

15 Mar 18:36
Compare
Choose a tag to compare

Added

  • This CHANGELOG.md file
  • Plain text passwords can be provided either with SecureString or String.

1.1.0

15 Mar 10:24
Compare
Choose a tag to compare

Added

  • Configurable delimiter for CompressedPBKDF2Function (before was $)

Removed

  • Hash.check() method because Password.check() should be the only way to verify passwords.

Fixed

  • Values from psw4j.properties are not properly cached.
  • Typos in README.md
  • Typos in SystemChecker's methods' signature.

1.0.2

15 Mar 10:20
Compare
Choose a tag to compare

1.0.2

Change

  • SystemChecker.java has no more a main method but must be called from end user's code.
    Removed UI and execution from Maven profile.

1.0.0

11 Mar 16:43
Compare
Choose a tag to compare

First stable release

1.0.1

15 Mar 10:19
Compare
Choose a tag to compare

1.0.1

Change

  • POM structure and dependencies