How to use Encryption in SAP and Store in Database
I have the task to save Username and Passwords in SAP Table. The Password should be stored encrypted ( aes128) in the database. Before sending, the password should be decrypted again. Decrypting doesn’t work. Does anyone have experience with this?