public class Crypto extends Object
Crypto(String passPhrase)
String
decrypt(String str)
encrypt(String str)
static String
encryptPassword(String password)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Crypto(String passPhrase)
public String encrypt(String str)
public String decrypt(String str)
public static String encryptPassword(String password) throws NoSuchAlgorithmException
password
NoSuchAlgorithmException