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

PGP Encryption in custom ABAP program

rahul_intplx
Discoverer
0 Likes
991

Hi Team,

Recently we have encountered a problem with an interface. We have a requirement to encrypt the payload using PGP from a ABAP custom program.

We do not have a middle ware and the API is provided by a receiving party. It will be great if anyone can contribute.

Regards,

Rahul R

2 REPLIES 2
Read only

matt
Active Contributor
0 Likes
937

Have you tried searching? This question has been asked and answered many times.

But anyway, the PGP algorithm is freely available, so it's easy enough to write a program.

Read only

rahul_intplx
Discoverer
0 Likes
937

Yes, I did enough search.

No where mentioned about a concrete solution.

My problem is not to write a custom program, it is to do the PGP encryption. I couldn't find a standard FM or class does the encryption.

If you find something, please do post here.