News:

Holy shit, it's 2018 2019 2020 2021 2022 2023 2024, and the US isn't a fascist country! What a time to be alive.

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? :)