Thursday, June 24, 2021

OIC - pgp tool to encrypt or decrypt the file

Object: Pgp tool is used to encrypt or decrypt any file. Suppose your integration is handling or sending  any encrypted file to endpoint and there is any issue occured in the file data, so we may need to check the file contents, using the pgp key we can easily decrypt the file with this pgp tool and debug the issue.

Download links:

Go to below link or search in google with pgp key

https://pgptool.github.io/

Download the installer package or zip package as per your convenient.

One more thing, to run this tool we need to install java jdk 1.8.0 version.

Go this below link or search in google.

https://java.com/en/download/


After installation

open the pgp tool and go to keyring tab and use import pgp key to import the pgp key and then click encrypt or decrypt.



No comments:

Post a Comment

Featured Post

OIC - Source File Validation Using Stage File and Throw New Fault in OIC

Source File Validation Using Stage File and Throw New Fault in OIC Use Case In Oracle Integration Cloud (OIC), validating the source file ...