Skip to content

JNCryptor v1.1.0

Compare
Choose a tag to compare
@dmjones dmjones released this 23 Aug 20:36
· 22 commits to master since this release

JNCryptor v1.1.0

Changes

Since v1.0.1, the following changes have been made:

  • Implemented issue #1, ensuring MACs are calculated in constant time.
  • Added support for streaming, via AES256JNCryptorInputStream and AES256JNCryptorOutputStream.
  • No longer requires Apache Commons IO as a dependency.

Maven

Maven users can obtain artifacts from the central repository:

<dependency>
  <groupId>org.cryptonode.jncryptor</groupId>
  <artifactId>jncryptor</artifactId>
  <version>1.1.0</version>
</dependency>