Find answers to your technical questions and learn how to use our products
Search suggestions:
Use this procedure to run a script to convert encrypted data into identifiable data.
In this mode, your inputs become a part of the command to run the script.
Ensure that the POM server is running and connected to the internet.
You can open an SSH session to the POM server by using an application such as PuTTY.
$POM_HOME/bin
./POMSecurityManagementTool.sh -o DECRYPT -r 4.X_ONWARDS -d <data>
where,
<data> is the data that you want to decrypt.
For the silent mode, the POM security management tool does not display error messages.
To see errors while decrypting the data, read the system logs in the following file:
$POM_HOME/logs/POMSecurityManagementTool.log
Previous Topic