Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Encrypting File from ECC to PI

Former Member
0 Likes
1,095

Can any one help to encrypt a file that is generated from ECC system before it is to a PI system and then eventually to an external system where it will be decrypted back.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

former_member189779
Active Contributor
0 Likes
971

For encryption this thread might be usefull for you. May be try sending data in binary format.

http://scn.sap.com/message/10290491#10290491

Can any one help to encrypt a file that is generated from ECC system before it is to a PI system and then eventually to an external system where it will be decrypted back.

Thanks in advance

6 REPLIES 6
Read only

former_member189779
Active Contributor
0 Likes
971

Hi,

Encrypt the file in PI intead ECC and send it to third party. Why you want to encrypt in ECC?

For security reasons we do the encryption and since ECC and your PI system are within same landscape or sharing same servers, its already secured there.

Its important to encrypt when you send it to third party over the internet or so....

My suggestion is do it in PI, it can be easily handled there.

Hope this helps.

Read only

0 Likes
971

Thanks for the reply Vinit.

We want to do it in ECC because we don't want file data to be visible in PI payload too.

Any idea on how to do it in ECC??

Read only

former_member189779
Active Contributor
0 Likes
972

For encryption this thread might be usefull for you. May be try sending data in binary format.

http://scn.sap.com/message/10290491#10290491

Read only

0 Likes
971

Vinit,

Are you able to share on how to implement encryption in PI .

Thanks.

Read only

0 Likes
971

Hi Sriny,

Please find blog for encryption

http://scn.sap.com/docs/DOC-3529

Read only

0 Likes
971

Thanks Vinit