Hi,
I have a project requirement to encrypt ISO XML file and send to Bank and decrypt the acks received from Bank.
I have referred to many sites, but still not having clear picture on the steps to be followed.
Client PI does not have B2B add on, so cannot use module provided by SAP for this purpose.
Also, we cannot buy 3rd party adapter for this purpose.
What we intend to do is:
Using file sender CC we will read ISO XML file.
In file receiver CC, using run OS command after message processing we will call the bat file.
In this bat file we will write PGP commands to encrypt the file.
Can any one please provide me with the PGP commands for encrypting/decrypting data both in windows and Unix server?
Also, after PGP software is installed, how to generate public certificate and where to store Banks public certificate?
Please suggest.