jasypt
This is a fork of http://svn.code.sf.net/p/jasypt/code/trunk to add IV support for Java 8+ to allow higher encryption methods such as 'PBEWITHHMACSHA512ANDAES_256'.
Jasypt integration for Spring boot
This fork will be used by the Spring Boot Jasypt project to add higher encryption levels to Spring Boot.
Maven Central
<dependency>
<groupId>com.melloware</groupId>
<artifactId>jasypt</artifactId>
<version>1.9.4</version>
</dependency>
Command Line
If you would like to encrypt and decrypt using the command line tools you can download that version here: