Decrypt
Allows decryption of either a single text input or an encrypted .properties file.
|
Option |
Description |
|
-t, --text |
Text to encrypt. |
|
-p, --properties |
Input Panopticon.properties file. |
Command examples:
q .properties file
java -jar pcli.jar decrypt -p /usr/share/vizserverdata/Define.properties
q text string
java -jar pcli.jar decrypt -t a7DUF0EONaFBAqNI2W4NoA==


