public class PropertyEncryptor extends Object
$ encrypt-property.sh mypassword
Property Value: mypassword
Creating and initializing the encryption engine...
Creating a special output stream to do the work...
Reading from the input and writing to the encrypting output stream...
Purging any plaintext hanging around in memory...
Encrypted Value: {AES-128}UqlfuKDglzWM7VamTIb8XA==
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 © 2015 Crater Dog Technologies(TM). All rights reserved.