Argon2 Jvm Versions Save

Argon2 Binding for the JVM

v2.11

2 years ago

Added

  • argon2-jvm-nolibs is now a multi-release JAR with a module-info file for Java >= 11. (PR)
  • Added support for context secrets and associated data (PR)

v2.10.1

3 years ago

[2.10.1] - 2021-04-06

Changed

  • Updated JNA to 5.8.0

v2.10

3 years ago

[2.10] - 2021-04-06

Added

Fixed

  • Fixed invalid automatic module name in argon2-nolibs. It's now de.mkammerer.argon2.nolibs.

v2.9.1

3 years ago

[2.9.1] - 2021-01-30

Fixed

  • Fixed duplicate Automatic-Module-Name in manifest, see this issue.

v2.9

3 years ago

Changed

  • Cleaned up the mess with the Gradle modules. To fix that in clean manner, the artifact structure has slightly changed. Consumers of the library shouldn't notice that, but argon2-jvm only contains the argon2 binary libraries while argon2-jvm-nolibs contains the Java code. argon2-jvm depends on argon2-jvm-nolibs, which in turn depends on JNA.

v2.8

3 years ago

[2.8] - 2020-12-12

Added

  • Added method hashAdvanced to Argon2Advanced which lets the caller specify the argon2 version
  • Added methods generateSalt to Argon2Advanced which generates salt with either the default or the given length

Changed

v2.7

3 years ago