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

Encrpting password

Former Member
0 Likes
534

The function module FIEB_PASSWORD_ENCRYPT is giving same out for any input. Is there any other way to encrypt passwords

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
501

Hi,

just had another look at the FMs and this one should be perfect for your needs:

"DB_CRYPTO_PASSWORD"

(OR)

"VRM_COMPUTE_MD5"

The function module FIEB_PASSWORD_ENCRYPT is giving same out for any input. Is there any other way to encrypt passwords

2 REPLIES 2
Read only

Former Member
0 Likes
502

Hi,

just had another look at the FMs and this one should be perfect for your needs:

"DB_CRYPTO_PASSWORD"

(OR)

"VRM_COMPUTE_MD5"

Read only

0 Likes
501

Thank you so much, It is what I exactly sought for