Page 1 of 1

Convert sha1 to md5

Posted: Mon Mar 31, 2008 12:23 pm
by z3d0
Hi all,
I have some sha1 encrypted passwords and I need to convert them into md5 in order to import users in a bullettin board that uses this encryption. Is there any way to do it?

I googled it but I didn't find any solution... :(

Thanks

Re: Convert sha1 to md5

Posted: Mon Mar 31, 2008 12:36 pm
by s.dot
No. You cannot do it.

The best you can do is capture people that log in's sha1() hashed password, and then convert when you have as many people login as you can. Or, somehow edit the vbulletin to be based on md5() .. which is probably easier in concept than practice (i've never looked at vbulletin code)

Re: Convert sha1 to md5

Posted: Mon Mar 31, 2008 12:50 pm
by z3d0
ok thx