cancel
Showing results for 
Search instead for 
Did you mean: 

Decrypt the file and transfer to another location

Former Member
0 Kudos

Requirement is we are getting an PGP encrypted file from external system.

PI need to decrypt it and transfer it to another location. Since file can be huge I am planning to use Java only stack.

Currently there is no tool available with the client to do the decryption.

Please advice how the decryption can be done.

Accepted Solutions (0)

Answers (4)

Answers (4)

Shabarish_Nair
Active Contributor
0 Kudos

if this is for a productive environment, my suggestion is to convince the customer on procuring an adapter/module from a certified 3rd party vendor. this will lead to a better support in the future. Also SAP themselves are planning to provide PGP support in the future so the customer can plan for migration.

If it is only for a POC based work, you could try to invest time into writing your own PGP decryption logic. ex. use the Bouncycastle api etc

Former Member
0 Kudos

You can check my blog.

Former Member
0 Kudos

Hi,

If you are looking for a tool for PGP (with additional cost) ,you can have a look at the links below

http://www.aedaptive.com/index.php/solutions

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

If you decide to develop adapter module, then refer following posts .

Regards,

Carme

former_member200962
Active Contributor
0 Kudos

Easy (additional cost):

client can buy AEDAPTIVe's PGP module and you can use in the file sender channel for decryption

Complex (no additional cost but maintainance required)

develop a JAVA adapter module which will decrypt the file....this module will have to read the key information and then perform decryption.