public class OldCrypto extends Object
OldCrypto()
static String
decrypt(String seed, String encrypted)
encrypt(String seed, String cleartext)
md5(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OldCrypto()
public static String encrypt(String seed, String cleartext)
public static String decrypt(String seed, String encrypted)
public static String md5(String s)