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

encryption with password protection

Clemenss
Active Contributor
0 Likes
644

Hi,

in ECC600 I can compress and uncompress an arbitrary internal table using the classes CL_ABAP_CONV_OUT_CE, CL_ABAP_CONV_IN_CE and CL_ABAP_GZIP.

As CL_ABAP_GZIP methods do not provide password protection, I would like to encrypt/decrypt the XSTRING passed to CL_ABAP_GZIP methods.

Is there any class or function module for encyption/decryption of XSTRINGS with password protection?

TIA,

Regards, Clemens

Hi,

in ECC600 I can compress and uncompress an arbitrary internal table using the classes CL_ABAP_CONV_OUT_CE, CL_ABAP_CONV_IN_CE and CL_ABAP_GZIP.

As CL_ABAP_GZIP methods do not provide password protection, I would like to encrypt/decrypt the XSTRING passed to CL_ABAP_GZIP methods.

Is there any class or function module for encyption/decryption of XSTRINGS with password protection?

TIA,

Regards, Clemens

3 REPLIES 3
Read only

Clemenss
Active Contributor
0 Likes
574

I leave this question unanswered because I think it is not solved at all but the problem seems to be on the operating system side to provide a common standard for crypt , pgp, gpg or what else.

Read only

Clemenss
Active Contributor
0 Likes
574

encryption with password protection is not provided with ABAP standard

Read only

Former Member
0 Likes
574

SAP has a cryptographic package. Install it.

In the package exists RSA, MD5 and other algorithms