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 abap program, without PI and window server

Former Member
0 Likes
2,525

Hello everyone,

I need to encrypt a file using pgp encryption. The server is windows and there is no PI. Someone will have an ABAP program or some way to encrypt it and leave it in a file repositoryThanks

4 REPLIES 4
Read only

Nawanandana
Active Contributor
0 Likes
1,882

Hi,

So far I've found that we have to install a 3rd party software on our server and call external command from ABAP to archive such thing. PI system have a PGP encryption module with same functionality, but only for PI.

If you have 3rd party PGP encryption tool you can call from SAP.

PGP File Encryption, Decryption using SM 69 in ABAP

If you have PI

PGPEncryption Module: A Simple How to Guide

Read only

0 Likes
1,882

Hi,

do you know which software can I install?

Read only

0 Likes
1,882

Im unable to comment it, you need to find SAP support third party tool for the PGP encryption. You can search in google. there will be open source softere as well.

Read only

larshp
Active Contributor
0 Likes
1,882

Pull requests welcome, see https://github.com/larshp/abapPGP

I've put in a lot of work, but its not there yet