JASYPT: Java Simplified Encryption

Java library which enables encryption in java apps with minimum effort.

License

License

GroupId

GroupId

com.melloware
ArtifactId

ArtifactId

jasypt
Last Version

Last Version

1.9.4
Release Date

Release Date

Type

Type

jar
Description

Description

JASYPT: Java Simplified Encryption
Java library which enables encryption in java apps with minimum effort.
Project URL

Project URL

http://www.jasypt.org
Project Organization

Project Organization

The JASYPT team
Source Code Management

Source Code Management

https://github.com/melloware/jasypt

Download jasypt

How to add to project

<!-- https://jarcasting.com/artifacts/com.melloware/jasypt/ -->
<dependency>
    <groupId>com.melloware</groupId>
    <artifactId>jasypt</artifactId>
    <version>1.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.melloware/jasypt/
implementation 'com.melloware:jasypt:1.9.4'
// https://jarcasting.com/artifacts/com.melloware/jasypt/
implementation ("com.melloware:jasypt:1.9.4")
'com.melloware:jasypt:jar:1.9.4'
<dependency org="com.melloware" name="jasypt" rev="1.9.4">
  <artifact name="jasypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.melloware', module='jasypt', version='1.9.4')
)
libraryDependencies += "com.melloware" % "jasypt" % "1.9.4"
[com.melloware/jasypt "1.9.4"]

Dependencies

provided (2)

Group / Artifact Type Version
com.ibm.icu : icu4j Optional jar 3.4.4
javax.servlet : servlet-api Optional jar 2.4

test (3)

Group / Artifact Type Version
bouncycastle : bcprov-jdk12 jar 140
junit : junit jar 4.12
commons-lang : commons-lang jar 2.6

Project Modules

There are no modules declared in this project.

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:

Download 1.9.4 CLI

Versions

Version
1.9.4
1.9.3