kEncrypt.sh

In some cases you may need to generate encrypted strings in accordance with the encryption scheme of your PPM Server installation. To do this, you use the kEncrypt.sh. script.

Run either of the following commands:

  • sh ./kEncrypt.sh -t <String_To_Encrypt> to encrypt a specific string.
  • sh ./kEncrypt.sh and then provide the string to encrypt when prompted.

The kEncrypt.sh script run generates an encrypted string that starts and ends with the characters #!#, which the system uses to mark encrypted data. Copy only the text string between these markers.