on 2024 May 06 4:40 PM
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
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.