Encrypt
Allows encryption of either a single text or an entire .properties file.
|
Option |
Description |
|
-t, --text |
Text to encrypt. |
|
-p, --properties |
Input Panopticon.properties file. |
|
-o, --output |
Output property file. |
|
-f, --filter |
Property filter regex. |
Command examples:
q .properties file
java -jar pcli.jar encrypt -p /url/share/vizserverdata/Panopticon.properties -o Define.properties -f .*password
q text string
java -jar pcli.jar encrypt -t passwordName


