cancel
Showing results for 
Search instead for 
Did you mean: 

Encrypt User id and adding it to url of web site.

Former Member
0 Kudos

Hi All,

I have requirement to append a encrypted user id to URL of website. I got the user id by using UME Api and im able to append the user id to URL i but need to encrypt the user id.

can any one know how to encrypt user id in webdynpro java.

Thanks,

Santosh.

Accepted Solutions (0)

Answers (2)

Answers (2)

TusharShinde
Active Participant
0 Kudos
Former Member
0 Kudos

Hi Santosh

Any standard encryption algorithms like DES and others can be used to encrypt data. Relevant import statement needs to resolved by adding references (if required).

Thanks

Deepak