cancel
Showing results for 
Search instead for 
Did you mean: 

How can i send PGP encrypted file from PI to the receiver

Former Member
0 Kudos

Hi experts,

I am unable to send the PGP encrypted file from PI to the receiver. where the Clients sends the file using PGP encryption,

But i am trying to send the same with PI. But i am not able to send the same can you please help me out to get the same incorporated using PI 7.1

and sends to the receiver ( the rceiver would be FTP ).

Regards,

Amruth

Accepted Solutions (1)

Accepted Solutions (1)

former_member204873
Contributor
0 Kudos

hi,

You can write an adapter module to encypt your payload before sending to Reciever:

/people/dijesh.tanna/blog/2008/09/15/sap-pi-integrating-macafee-e-business-server-with-sap-pi-70-for-pgp-encryptiondecryption

http://www.bouncycastle.org/documentation.html

http://www.cryptix.org/

http://aedaptive.com/index.php/solutions/pgp-for-sap-netweaver

http://www.pgpi.org/doc/pgpintro/

If you are getting PGP file from sender and want to send this file to target without any mapping transformation you can use this blog:

/people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository

Thanks.

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

is your requirement to create a PGP file or is it that you have a PGP encrypted file and you just want to transfer it to a different location?

1. If you need to just transfer it to a different location, it is like any simple file to file scenario

2. In case you want to do PGP encryption, the best is to buy an adapter - http://aedaptive.com/index.php/solutions/pgp-for-sap-netweaver (else you might to invest in writing an adapter module that does the trick for you)