You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Patrick <pa...@gmail.com> on 2010/07/06 18:55:24 UTC

how to encrypt password for UserLogin?

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

Re: how to encrypt password for UserLogin?

Posted by Ravindra Mandre <ra...@gmail.com>.
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 <pa...@gmail.com>wrote:

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