org.soitoolkit.tools.encryption.web
Class EncryptionUtil

java.lang.Object
  extended by 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

Constructor Summary
EncryptionUtil()
           
 
Method Summary
static String decrypt(String input, String password)
           
static String encrypt(String input, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionUtil

public EncryptionUtil()
Method Detail

encrypt

public static String encrypt(String input,
                             String password)

decrypt

public static String decrypt(String input,
                             String password)


Copyright © 2014. All Rights Reserved.