cancel
Showing results for 
Search instead for 
Did you mean: 

Encryption in PI 7.31

former_member474221
Participant
0 Kudos

Hi experts,

What are the different standard ways of doing encryption in PI 7.31

One way that i know is SFTP PGP addon. What are the other options available

Thanks for your help

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Encryption is based on different communication standards (protocols)  like FTP(SFTP) , HTTP(S)..

Example SSL encryption with digital certificate  is for Https communication.  Please refer online for the different encryption techniques. SOAP adapter uses http transport communication. So it uses https standard encryption.

You can also do message level encryption using java mapping ... Here you have to choose algorithm and do accordingly encrypt and decrypt the message.

former_member474221
Participant
0 Kudos

Hi Baskar,

Thanks for a very useful reply....What is the difference between SSL encryption and message level encryption...

SSL encryptionn - encypts only the line over which data passes

Message level encryption - encrypts even the payload

Is the above assumption correct

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Yes That's correct. SSL encryption does server level validation. 

former_member474221
Participant
0 Kudos

many thanks baskar .

I have raised another question . Any thoughts on that

http://scn.sap.com/thread/3357252

Answers (0)