News:

Happy New Year! Yes, the current one, not a previous one; this is a new post, we swear!

Main Menu

MD4/MD5 Collision generators

Started by iago, November 14, 2005, 02:19:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

iago

Or just use sha(md5(password)) forever :)

I personally use md5(md5(password) . md5(salt)) to store passwords, because I'm just that elite. :)

Sidoh

Quote from: iago on November 14, 2005, 10:17:48 PM
Or just use sha(md5(password)) forever :)

I personally use md5(md5(password) . md5(salt)) to store passwords, because I'm just that elite. :)

Hehe, I do use a salt for most of my applications that need hashing to work.  :)

That would work too though!  That's actuallly probably more secure than just using sha(password), wouldn't you think? :)