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

File Encryption / Decryption at Rest using RSA algorithm

Former Member
0 Likes
1,284

Hi All,

I have a requirement to Encrypt files at rest ( getting pushed to AL11) using RSA algorithm.

We are using SAP NetWeaver 7.4.

Do we have any pre-built functionality that supports RSA Encryption?

Any Help would be highly Appreciated.

Thank you!

1 ACCEPTED SOLUTION
Read only

maulik
Contributor
0 Likes
854

Dheeraj,

Its not possible out of the box to have an encrypted file sitting on the App server. I doubt it will solve your problem.

You should lock it down using SAP security. There is a folder security option that you should consider.

peter.ha3 has a nice blog on PGP encryption. Worth a read. However it will not help resolve your problem.

https://blogs.sap.com/2020/05/01/using-pgp-encryption-in-abap-program/

1 REPLY 1
Read only

maulik
Contributor
0 Likes
855

Dheeraj,

Its not possible out of the box to have an encrypted file sitting on the App server. I doubt it will solve your problem.

You should lock it down using SAP security. There is a folder security option that you should consider.

peter.ha3 has a nice blog on PGP encryption. Worth a read. However it will not help resolve your problem.

https://blogs.sap.com/2020/05/01/using-pgp-encryption-in-abap-program/