Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Releases: M3DZIK/libcrypto-java

v0.5.3

25 Jun 11:46
v0.5.3
88de1f5
Compare
Choose a tag to compare

What's Changed

  • Use another library to implement Curve25519 because Google Tink is very large f3ea34e

Full Changelog: v0.5.2...v0.5.3

v0.5.2

11 Jun 12:51
v0.5.2
29f5da5
Compare
Choose a tag to compare

What's Fixed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

10 Jun 12:18
v0.5.1
f35e33d
Compare
Choose a tag to compare

What's Fixed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

08 Jun 13:16
v0.5.0
9bd7b60
Compare
Choose a tag to compare

v0.4.0

07 Jun 20:49
v0.4.0
e8ad83c
Compare
Choose a tag to compare

What's Changed

  • Added Curve25519 implementation in 8ba5e9b
  • Renamed class Argon2HashingFunction to Argon2 in 9c2745d
  • Changed order of parameters in AesCbc in 77af5a1
  • Updated password4j from 1.7.0 to 1.7.1 by @dependabot in #11

Full Changelog: v0.3.2...v0.4.0

v0.3.2

07 Jun 20:43
v0.3.2
e8a8230
Compare
Choose a tag to compare

What's Changed

  • Added Argon2 Builder

Full Changelog: v0.3.1...v0.3.2

v0.3.1

23 May 18:09
v0.3.1
43e2dbc
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump junit-jupiter-api from 5.9.0 to 5.9.3 by @dependabot in #1
  • chore(deps): bump maven-source-plugin from 2.2.1 to 3.2.1 by @dependabot in #2
  • chore(deps): bump maven-surefire-plugin from 2.22.2 to 3.1.0 by @dependabot in #3
  • chore(deps): bump nexus-staging-maven-plugin from 1.6.7 to 1.6.13 by @dependabot in #4
  • chore(deps): bump maven-gpg-plugin from 1.5 to 3.1.0 by @dependabot in #5
  • chore(deps): bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #6
  • chore(deps-dev): bump junit-jupiter-engine from 5.9.0 to 5.9.3 by @dependabot in #7
  • chore(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #9
  • chore(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #8
  • Java 9 modules support by @rafi612 in #10

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

05 May 19:22
v0.3.0
fd72f77
Compare
Choose a tag to compare
  • Added support for RSA

v0.2.1

02 May 13:29
v0.2.1
39de06e
Compare
Choose a tag to compare
  • Fixes argon2 on android when minify is enabled. (Used another library)

v0.2.0

01 May 20:05
v0.2.0
f0ae671
Compare
Choose a tag to compare
  • Added support for Argon2id hashing
  • Use SecureRandom instead of Random for generating Salt