Hi Experts,
I have a requirement where a string needs to be encrypted based on key/pwd and later needs to decrypted with the same key/pwd in ABAP.
Below is the highlights of requirement.
- Key/pwd has to be generated and stored for encryption/decryption.
- String needs to be encrypted with this key/pwd in ABAP.
- The encrypted string needs to be decrypted with the same key/pwd in ABAP.
Please suggest on how to achieve this in ABAP
Thanks,
Vijay