News:

So the widespread use of emojis these days kinda makes forum smileys pointless, yeah?

Main Menu

MD4/MD5 Collision generators

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

Previous topic - Next topic

0 Members and 2 Guests 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? :)