how to encrypt password for UserLogin?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

how to encrypt password for UserLogin?

Patrick-4
I'm having trouble finding the encryption code for the UserLogin
password fields.  Can someone tell me how to do it with Java?
Reply | Threaded
Open this post in threaded view
|

Re: how to encrypt password for UserLogin?

Ravindra Mandre-2
You have to look into LoginServices.java, there is HashCrypt class that can
help you.

HTH

Regards
Ravindra Mandre

On Tue, Jul 6, 2010 at 10:25 PM, Patrick <[hidden email]>wrote:

> I'm having trouble finding the encryption code for the UserLogin
> password fields.  Can someone tell me how to do it with Java?
>