Skip to content

1.6.0

Latest
Compare
Choose a tag to compare
@cryptobot cryptobot released this 05 Dec 16:33
· 3 commits to develop since this release
1.6.0
01fde51

Maven Coordinates

  <dependency>
    <groupId>org.cryptomator</groupId>
    <artifactId>siv-mode</artifactId>
    <version>1.6.0</version>
  </dependency>

Artifact Checksums

af7657d31f84edc631efad0a26871b18705aab9578fad329bbaccd0028a3ca5b  target/original-siv-mode-1.6.0.jar
e5ed02d246f0a413234f6c45322683d4a9071fc14a7f64a836ef2817cf152441  target/siv-mode-1.6.0-javadoc.jar
25b297b2a084c025c3af6a70b4a3ab40381469f532a276d0caef23990392abe7  target/siv-mode-1.6.0-sources.jar
355ca14cd4d95a498a1dfa3108ea885447db0a91ccd2e3b6f9a4de6a2f035a2d  target/siv-mode-1.6.0.jar

See README.md section regarding reproducing this build.

What's Changed

Added

  • encrypt(SecretKey key, byte[] plaintext, byte[]... associatedData) and decrypt(SecretKey key, byte[] ciphertext, byte[]... associatedData) using a single 256, 384, or 512 bit key

Other Changes 📎

  • Hardening the CI in relation to PRs by @SailReal in #53
  • Update org.owasp:dependency-check-maven by @infeo in #56

New Contributors

Full Changelog: 1.5.2...1.6.0