cancel
Showing results for 
Search instead for 
Did you mean: 

PGP Encryption Steps in PI 7.4

manemahesh
Participant
0 Kudos

Hi All,

I have a requirement where I have to send a encrypted file to third party.

So, I want to know the steps to create the private and public keys from PI side, so that i can share the keys with third party in order to decrypt the file at their end.

Here requirement is PI should not be able to read the content of file and my scenario is file to file passthrough.

So,Help me with steps to implement PGP encryption in PI 7.4.

former_member183908
Active Contributor
0 Kudos

Please follow the above suggestions however if the thirdparty is expecting encrypted file from PI then I would suggest to get the keys from thirdparty and deploy it in PI and use the standard SAP PGP module for encryption which is for free,For Advantco you need to purchase license.

Cheers

Pawan

Accepted Solutions (1)

Accepted Solutions (1)

manoj_khavatkopp
Active Contributor
0 Kudos

Hi Mahesh,

As you have mentioned that PI should not able to read the data , but as long as PI has keys their is Chance that PI can read the data (if you do module configuration) so as yours is bypass scenario why don't you ask the sender and receiver party to share keys among themselves so that PI can only pick and drop the encrypted files .

In case if you want PI only to encrypt the data then it depends on which modules do you want to use for encryption . For PGPEncryption and PGPEncryptionModule you can check Raghu's or Gaurav's suggestions. If you want to use AdvantacoPGP Modules then keys need to be generated in Advantaco Key manager .

Regards,

Manoj

Answers (2)

Answers (2)

former_member186851
Active Contributor

Refer the below link

Former Member
0 Kudos

Hello Mahesh ,

Please see below links :

Generating ASCII Armored PGP Key Pairs - Process Integration - SCN Wiki

Also , You can create PGP keys from online tolls as well like https://pgpkeygen.com/

Thanks.