cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Application to reset the password......

Former Member
0 Kudos

Hi All,

I am new in Web Dynpro Application. I have arequirement where I need to develop a web dynpro application to reset the password. The functionality would be like this:

Once the user would be displayed whose password we need to reset. Then, the system should encrypt the password, run the reset password functionality, decrypt the new generated password and then send a mail to the desired user in order to get the new generated password.

Can you guys please give me some advise/idea on how to encrypt, reset and decrypt the password? Please help me to achieve this functionality.

Points would be awarded. Thanks in advance.

Thanks & Regards,

Rahul Pathak

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184578
Active Contributor
0 Kudos

Hi,

You can use Function Modules to excrypt/decrypt.

Check the FMs in this thread https://scn.sap.com/thread/1244022

Regards,

Kiran

m_aravindan
Active Participant
0 Kudos

Hi rahul,

  Check this blog , hope it helps you . For encrypting and decrypting the password.

http://scn.sap.com/people/kathirvel.balakrishnan2/blog/2006/11/21/encryption-decryption-of-data-usin...

http://scn.sap.com/thread/85768

http://scn.sap.com/thread/55454

Regards

Aravindan