public class PasswordCipher extends Object
The encipher method does not allow options for cipher type. It should always use the latest and greatest. The decipher method accepts different cipher types so it can be used to read older Journal Files. Known types include:
| Constructor and Description |
|---|
PasswordCipher() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decipher(String key,
String cipherText,
String cipherType)
Use the key to produce a clear text String from the cipherText.
|
static String |
encipher(String key,
String clearText)
Use the key to produce a ciphered String from the clearText.
|
Copyright © 2013 DuraSpace. All Rights Reserved.