Obfuscate SSL Client Private Key Passphrase
To obfuscate the value of Client_Cert_Passphrase
:
Execute the Passphrase.jar file:
java -jar Passphrase.jar
Enter the passphrase to be obfuscated:
java -jar Passphrase.jar Please enter Passphrase to be Encrypted: Encrypted Passphrase: 0DE931AB563F5EB0854DE6DC3E780D2E
Set the
Credentials_Encrypted
parameter to yes in theCADP_for_JAVA.properties
file. This parameter encrypts the credentials/passphrase.Copy the passphrase (
0DE931AB563F5EB0854DE6DC3E780D2E
) and paste it underClient_Cert_Passphrase
parameter in theCADP_for_JAVA.properties
file.Similarly, use the above procedure to obfuscate KeyStore password.