public class PropertyEncryptor extends Object
scripts$ ./encrypt-property.sh mypassword
Property Value: mypassword
Encrypted Value: {AES-128}QJTZAB1R1NDDVVAHZBB2VSP1R0
scripts$
| Constructor and Description |
|---|
PropertyEncryptor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
The main method for this application.
|
public static void main(String[] args)
args - The arguments that were passed into this program. There should only be one
argument, the property value to be encrypted.Copyright © 2014 Crater Dog Technologies(TM). All rights reserved.