Encrypting Passwords Using the PSCipher Java Utility
You launch the PSCipher utility from the <PIA_HOME> directory.
To encrypt a password:
-
Launch the PSCipher.bat file in the <PIA_HOME>\webserv\<DOMAIN>\piabin directory.
-
If using UNIX, change the script file’s permissions so that you can execute it.
-
Execute the script file with your password as an argument.
The utility returns the encrypted password as a string.
-
On a Windows machine, enter:
pscipher MYPASSWORD -
On a UNIX machine, enter:
PSCipher.sh MYPASSWORD
-
-
Copy the encrypted string and paste it into the appropriate location.