Cryptor
public class DefaultCryptor extends java.lang.Object implements Cryptor
Warning: This uses AES128 with a fixed encryption key. This is only an obfuscation no cryptographic secure protection.
Constructor | Description |
---|---|
DefaultCryptor() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
decrypt(java.lang.String encryptedKey) |
Decrypts the password.
|
java.lang.String |
encrypt(java.lang.String plainKey) |
Encrypt the plain text password.
|
public DefaultCryptor()
public java.lang.String encrypt(java.lang.String plainKey) throws java.lang.Exception
Warning: This uses AES128 with a fixed encryption key. This is only an obfuscation no cryptographic secure protection.