cancel
Showing results for 
Search instead for 
Did you mean: 

Decrypt message in AES/CBC/PKCS5PADDING in ABAP

Mbye_Njie
Discoverer
0 Kudos

Hi all,

can someone explain me how to decrypt a message in AES/CBC/PKCS5PADDING. I am using something this code:

 

 

            cl_sec_sxml_writer=>decrypt(
              EXPORTING
                ciphertext = lv_output
                key =        lv_key
                algorithm =  cl_sec_sxml_writer=>co_aes192_algorithm_pem

 

 

Where lv_output and lv_key are in XSTRING format. lv_output is the message and lv_key is the password.

Thanks & Regards.

Mbye

Accepted Solutions (0)

Answers (0)