Registry / crypto / jasypt

jasypt

JSON →
library1.9.3javamavenunverified

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

<dependency> <groupId>org.jasypt</groupId> <artifactId>jasypt</artifactId> <version>1.9.3</version> </dependency>
INSTALL
IMPORT
SIG · JASYPT
J
jasypt
cryptojavav1.9.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BasicTextEncryptor
org.jasypt.util.text.BasicTextEncryptor

Encrypts and decrypts a string using a password.

import org.jasypt.util.text.BasicTextEncryptor; public class Example { public static void main(String[] args) { BasicTextEncryptor encryptor = new BasicTextEncryptor(); encryptor.setPassword("mySecretKey"); String encrypted = encryptor.encrypt("Hello World"); String decrypted = encryptor.decrypt(encrypted); System.out.println(decrypted); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.9.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
jasypt — mvn dependency:get jasypt · libregistry