Application Development and Automation 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: 
Read only

Password Encryption and Decryption

Former Member
0 Likes
2,348

we are making a product where front end is web and back end is SAP. So when user registers in web then we need to save that user's password in hash i.e encrypted format. so that an basis/abaper whenever enters directly into the z table cannot view that password.when user lo-gin to the system through web i have to check the username and password(which is encrypted) in ztable. now my problem is that how i need to check this password value in encrypted format in database table. after validating this user and password only the user access will be given. How this can be done. I tried with FIEB_PASSWORD_ENCRYPT and FIEB_PASSWORD_DECRYPT but unsuccessful.

Awaiting for Valid Possible Solutions.

Thanking You.

1 ACCEPTED SOLUTION
Read only

Kiran_Valluru
Active Contributor
0 Likes
745

Hi.,

Use Function Module DB_CRYPTO_PASSWORD. ,check these thread:

hope this helps u.,

Thanks & Regards,

Kiran

1 REPLY 1
Read only

Kiran_Valluru
Active Contributor
0 Likes
746

Hi.,

Use Function Module DB_CRYPTO_PASSWORD. ,check these thread:

hope this helps u.,

Thanks & Regards,

Kiran