Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Decryption program for encryption file in sap (for algorithm AES/DES)

Former Member
0 Kudos

Hi,

Please provide me the solution for  below issue.


How to Decryption the encrypted file in sap which is related to algorithm AES/DES.

I tried below things(.here I need to provide psw) .

1) class :  CL_HARD_WIRED_ENCRYPTOR ( but not working)

2)FM : SSFC_BASE64_ENCODE(this only for base64).

3)FIEB_PASSWORD_DECRYPT (not working for my requirement).

4) SSF_KRN_DEVELOPE

the above things I tried but that are not fulfilling my requirement.

please help me .

for online conversion use the below tool.

http://uttool.com/encryption/aes/default.aspx

3 REPLIES 3

former_member206650
Active Participant
0 Kudos

Hi Mohan,

First Do you need to De-crypt in SAP platform itself?

The AES encryption works using a key which you need to have.then you have to run the program FIEB_PASSWORD_DECRYPT and pass the key into it.

0 Kudos

Hi vishnu,

Thank your response,

but ,how can we do below one in sap.

First Do you need to De-crypt in SAP platform itself?

larshp
Active Contributor
0 Kudos

Hi,

I assume you need AES and not DES?

There is a project on github for AES: Sumu-Ning/AES · GitHub though I'm not sure if it works

If you need DES, I have a custom impelementation of it abapNTLM/zcl_des.clas.abap at master · larshp/abapNTLM · GitHub