2009 Jul 08 6:11 PM
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
2009 Dec 20 12:12 PM
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.
2010 Feb 15 11:26 AM
encryption with password protection is not provided with ABAP standard
2010 Feb 15 12:01 PM
SAP has a cryptographic package. Install it.
In the package exists RSA, MD5 and other algorithms