a week ago
Hello SAP community,
I've been tasked to come up with a solution for savely storing credentials inside ABAP, but there doesn't seem to be an option that cannot simply be reversed by using se37, se38 or even a plain select statement.
I've tried a few thinks but in the end everything comes out to the same, so in the end I've settled on using the cl_hard_wired_encryptor and encrypting the password and key before storing them into a custom database Table. The Problem is that anyone with access to se37 and the Key which has to be hardcoded in the program which is using the credentials can access them in plain text.
Does anyone know of any possibility available to customers to secure credentials?
Thanks in advance
Request clarification before answering.
Hi,
as mentioned by abo and my previos link -> better use Secure Store and Forward Mechanism (SSF) (SAP Library - Secure Programming)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
59 | |
8 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.