You can't you need the real password.
Vanilla is using phpass to create (and check against) the new hash. We have extended it (PeoplePasswordHash) so that can also use md5 hash to check the password (and create a new hash if a md5 hash is used):
http://lussumo.com/svn/people/tags/People-1.1.5/People.Class.PasswordHash.php
thanks for your helpful. can someone write a example source? that is important for me, I need a example source from phpbb to vanilla of member list.. phpbbb uses md5, I know that is bad. how can I convert to passwords vanilla? someone better idea?
Vanilla will recognize both MD5 and PHPass in its database. When a user logs in to Vanilla and authenticates to an MD5 hash of their password, it is converted on-the-fly to PHPass and then saved back to the database. The MD5 hash is destroyed during this action, seemlessly securing any user account that logs in.
Comments
do you know about Md5authenticator?
Case in point: http://passcracking.com/
Also: http://md5-db.com/
can someone write a example source?
that is important for me, I need a example source from phpbb to vanilla of member list..
phpbbb uses md5, I know that is bad. how can I convert to passwords vanilla? someone better idea?
@dinoboff,
you mean I can use with md5, this will convert automatic to phpass?
md5:
1a36591bceec49c832079e270d7e8b73
The secret to that MD5 though is "blablabla"