Skip to content

JNCryptor v1.0.0

Compare
Choose a tag to compare
@dmjones dmjones released this 13 Jan 12:43
· 60 commits to master since this release

JNCryptor v1.0.0

JNCryptor v1.0.0 supports v3 of the RNCryptor data format. This is the first release on GitHub, previous releases were uploaded to the old Google Code project.

Changes

Since v0.5, the following changes have been made:

  • Removed factory classes that were deprecated in v0.5.
  • Removed all external dependencies. Previously SLF4J was required, plus some Apache Commons libraries. These were so scantly used that they've been refactored out.

Maven

Maven users can obtain artifacts from the central repository:

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