cancel
Showing results for 
Search instead for 
Did you mean: 

Savely secure Credentials in ABAP

Rene9
Newcomer
0 Kudos
116

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

Accepted Solutions (0)

Answers (1)

Answers (1)

RobertVit
Active Contributor

Hi,
as mentioned by abo and my previos link -> better use Secure Store and Forward Mechanism (SSF) (SAP Library - Secure Programming)