dmjones
released this
05 Oct 07:11
·
13 commits
to master
since this release
JNCryptor v1.2.0
Changes
Since v1.1.0, the following changes have been made:
- Exposed previously private method for encrypting using a known IV and salt values.
- Added support for pre-generating an encryption key from a password. This can be re-used to increase performance.
Maven
Maven users can obtain artifacts from the central repository:
<dependency>
<groupId>org.cryptonode.jncryptor</groupId>
<artifactId>jncryptor</artifactId>
<version>1.2.0</version>
</dependency>