cancel
Showing results for 
Search instead for 
Did you mean: 

encryption possibility in PI

Former Member
0 Kudos

Hi All,

Encryption end to End. What are the different encryption possibility PI can delivered to have file

encrypted from PI to the Bank itself.

Thanks

G V Anil

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

In case ur PI versiuon is >=PI7.11 SP08 then you refer this blog:

http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/04/10/pgpencryption-module-how-to-guide

and if lower version then u can create custom adapter modules for encryption:

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

Thanks

Amikt Srivastava

baskar_gopalakrishnan2
Active Contributor
0 Kudos

The message can be encrypted using mapping like java and then pass the message to the target system. In target system java program for decrypt needs to be coded for retrieving the message and vice versa for receiving the message from target system. This is one possible approach.  In addition to encrypt and decrypt you could also sign the message at one end and retrieve at the other side.

refer some links for encrypt and decrypt the message

example:

http://www.java-tips.org/java-se-tips/javax.crypto/encryption-and-decryption-using-symmetric.html

http://www.exampledepot.com/egs/javax.crypto/desstring.html

rajasekhar_reddy14
Active Contributor
0 Kudos

i dont think any standard mechanism available but you can try developing modules..\

check below usefull discussion

http://scn.sap.com/message/13110566