Application Development 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: 

PGP Encryption in custom ABAP program

rahul_intplx
Discoverer
0 Kudos
379

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

matt
Active Contributor
0 Kudos
325

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.

rahul_intplx
Discoverer
0 Kudos
325

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.