public class OldCrypto extends Object
Constructor and Description |
---|
OldCrypto() |
Modifier and Type | Method and Description |
---|---|
private static byte[] |
decrypt(byte[] raw,
byte[] encrypted) |
static String |
decrypt(String seed,
String encrypted) |
private static byte[] |
encrypt(byte[] raw,
byte[] clear) |
static String |
encrypt(String seed,
String cleartext) |
private static byte[] |
getRawKey(byte[] seed) |
static String |
md5(String s) |