Skip to content

Releases: dracoon/dracoon-java-crypto-sdk

v3.0.2

Choose a tag to compare

@mkellnhofer mkellnhofer released this 26 Feb 16:49
3f2a0d9

Improvements

  • Update Bouncy Castle dependency to 1.80

v3.0.1

Choose a tag to compare

@mkellnhofer mkellnhofer released this 11 Jun 09:07

Fixes

  • Migrate password character encoding to UTF-8 to fix difference to other DRACOON Crypto SDKs

Improvements

  • Update Bouncy Castle dependency to 1.78.1

v3.0.0

Choose a tag to compare

@mkellnhofer mkellnhofer released this 18 Mar 13:43

Fixes

  • Use char/byte arrays to hold secrets like passwords and private keys

Improvements

  • Update Bouncy Castle dependency to 1.77

v2.1.0

Choose a tag to compare

@mkellnhofer mkellnhofer released this 18 Mar 13:43

Fixes

  • Use SHA1 with 1.3M iterations at key derivation

Improvements

  • Update Bouncy Castle dependency to 1.76

v2.0.3

Choose a tag to compare

@mkellnhofer mkellnhofer released this 08 Sep 14:24

Improvements

  • Update Bouncy Castle dependency to 1.70

v2.0.2

Choose a tag to compare

@mkellnhofer mkellnhofer released this 08 Sep 14:23

Fixes

  • Switch to Bouncy Castle multi-release variant to solve problems with Java 11

v2.0.1

Choose a tag to compare

@mkellnhofer mkellnhofer released this 13 Jul 10:18

Improvements

  • Update Bouncy Castle dependency to 1.67

v2.0.0-beta1

Choose a tag to compare

@mkellnhofer mkellnhofer released this 29 Sep 14:31
Merge branch 'develop'

v2.0.0

Choose a tag to compare

@mkellnhofer mkellnhofer released this 29 Sep 16:02

Features

  • Support of new crypto algorithms (RSA 4096 key pair)

Improvements

  • Increase minimum required Java version to 8
  • Update Bouncy Castle dependency to 1.65

v1.0.1-android

Choose a tag to compare

@mkellnhofer mkellnhofer released this 22 Nov 18:28
Replace Bouncy Castle with Spongy Castle

Unfortunately, Android ships with a cut-down version of Bouncy Castle,
which makes it difficult to use an updated version of Bouncy Castle.
This commit solves this issue by replacing Bouncy Castle with Spongy
Castle.

See: #SDKCRYPTJ-4