public class EncryptionUtil extends Object
| Constructor and Description |
|---|
EncryptionUtil()
Initializes EncryptionUtil
|
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String toDecrypt)
Provides decryption of a String encrypted using encrypt()
|
String |
encrypt(String toEncrypt)
Provides basic encryption on a String.
|
static void |
main(String[] args)
This main prompts the user to input a string to be encrypted.
|
Copyright © 2009-2012 DuraSpace. All Rights Reserved.