org.soitoolkit.tools.encryption.web
Class EncryptionUtil
java.lang.Object
org.soitoolkit.tools.encryption.web.EncryptionUtil
public class EncryptionUtil
- extends Object
A wrapper around the Jasypt encryption lib.
Encrypting with the same options like the Jasypt command line tools with
arguments "input" and "password".
- See Also:
org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptionUtil
public EncryptionUtil()
encrypt
public static String encrypt(String input,
String password)
decrypt
public static String decrypt(String input,
String password)
Copyright © 2014. All Rights Reserved.