Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
Can we encrypt data with ABAP? I had been trying to find something out-of-box for a sometime. As usual I was searching SDN for some useful solutions, I found a code posted by Urgent Requirement: Encryption/Decryption in SAP in the forums and some pointer by Issuing cookies to the Class CL_HARD_WIRED_ENCRYPTOR. I just wanted to give a try to this one and to admit it was so easy to use. In this weblog I just take you through a simple example which uses all uses all the encryption and decryption methods of this class.

Declaration & Initial Part


Encryption - String to String


Decryption - String to String


Encryption - String to Byte


Decryption – Byte to String


Encryption - Bytes to Bytes


Decryption - Bytes to Bytes


The Result


Adding to this there are methods for BASE64 encoding and decoding of binary data as well. Hope this is a very simple to use class for the encryption & decryption of data.
16 Comments