Posted by Jeff Loiselle on 08/26/05 09:49
Santosh Jambhlikar wrote:
> Hi ,
>
> I have a ldap server the user password are stored in that. my php
> ldasearch result says that the result is
> ldap user password : {SMD5}eRuT8dttD6M6N6tgMJF33/TNAvc=
> i want to compare this password with the user given password in other
> application (obviously php) but when i md5("passwordgiven") then it is
> showing different output.
> Any suggestions.
MD5 and SMD5 are not the same type of encryption. md5() will not return
the correct results.
Navigation:
[Reply to this message]
|