cancel
Showing results for 
Search instead for 
Did you mean: 

PGP Encryption for File To file Scenario

Former Member
0 Kudos

Hi Expert.

Could you please let me know the step by step process for PGP encryption.

wat software we need to install at the OS level and where we have to install.

Kindly send let me know the total procedure for PGP encryption.

Note: My scenario is that file to file scenario.

there is no mapping in my scenario.

could you please tell me the Command line also.

Regards,

Prabhakar.A

Accepted Solutions (0)

Answers (2)

Answers (2)

markushardank
Product and Topic Expert
Product and Topic Expert
0 Kudos

HI Prabhakar,

from my experience this approach (using OS command) has the disadvantage of being more difficult to monitor and also administer, how to react when there are problems during encryption, e.g. outdated certificates, larger / empty files... . I made quite good experience with adapter modules. One way - as already suggested - is to create your own one and deploy it. But there are also some companies out there where you get the adapter module also with support, so you have not to worry if PGP version, certificate policy etc. changes. Some names of companies I made positive experience is aedaptive or advantco, but there are lots more out there.

You can just consult google or also find certified SAP adapter modules under:

http://www.sap.com/ecosystem/customers/directories/SearchSolution.epx

Go to:

Third-Party Defined Integration Scenarios:

and select:

NW-XI-AF*

best regards,

Markus

Former Member
0 Kudos

there can be few options to achieve pgp encryption...one of them is to use custom adapter modules to encrypt the file

chk my article on encryption which shows how to develop encryption module using third party libraies

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/307deff5-a5ed-2e10-e3b2-96770ee3a...

Former Member
0 Kudos

Thanks Amit....

I have already gone through that documents already...

Is there any documents with atep by step process.

Regards

Prabhakar.A

Former Member
0 Kudos

1) Install the software in XI (What software we need to install in XI?)

2) Write OS command for encryption and decryption at OS level (Is this OS command going to be in XI box? Any sample codes?)

3) Call the above command from the file adapter. (We know how to do this step)