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

Zip in ABAP with encryption

jean-philippe_pain2
Participant
0 Likes
876

Hello,

I would like to use ABAP in order to zip and encrypt a message before sending it thru email.

I know i can use this class 'CL_ABAP_GZIP' for zipping but what do i need to use for the encryption part ? (user and password)

Thanks,

Jean-Philippe

Hello,

I would like to use ABAP in order to zip and encrypt a message before sending it thru email.

I know i can use this class 'CL_ABAP_GZIP' for zipping but what do i need to use for the encryption part ? (user and password)

Thanks,

Jean-Philippe

5 REPLIES 5
Read only

Former Member
0 Likes
803

Hello

Have you looked at the FM HTTP_SCRAMBLE already?

Read only

0 Likes
803

Unless i am wrong, HTTP_SCRAMBLE is for scrambed password needs to be used for making the FTP connection which is not my case.

I have to zip with encryption(like a standard zip) a message before sending it to mail. My issue is to encrypt with user and password this zip.

BR,

Jean-Philippe

Read only

0 Likes
803

no one ?

Read only

0 Likes
803

Done thru a specific java module.

Read only

0 Likes
803

Hi

I'm looking for solution about encrypt in ABAP Stack, you solve with Java Module? Can u share with my by your solution with Java Module? thx.

Win