You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Aravind_RP <Ar...@infosys.com> on 2008/08/05 06:25:09 UTC

Decrypting password

hi 
Is there any way to decrypt the password directly obtained from UserLogin
entity so that i can run the login service on getting userid only...please
help.
-- 
View this message in context: http://www.nabble.com/Decrypting-password-tp18824380p18824380.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Decrypting password

Posted by Jacques Le Roux <ja...@les7arts.com>.
No, it uses SHA 

Jacques

From: "Aravind_RP" <Ar...@infosys.com>
> 
> hi 
> Is there any way to decrypt the password directly obtained from UserLogin
> entity so that i can run the login service on getting userid only...please
> help.
> -- 
> View this message in context: http://www.nabble.com/Decrypting-password-tp18824380p18824380.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>

Re: Decrypting password

Posted by BJ Freeman <bj...@free-man.net>.
the only way is to encrypt the new password and compare it to the one in
the Userlogin entity or in the UserLogin in the context.


Aravind_RP sent the following on 8/4/2008 9:25 PM:
> hi 
> Is there any way to decrypt the password directly obtained from UserLogin
> entity so that i can run the login service on getting userid only...please
> help.