Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other PHP salt hash using MD5 and SHA1 Re: PHP salt hash using MD5 and SHA1

#73391
Irrorate
Member

Nice script, because the salt is actually the password you wouldn’t store it in the database, meaning that it’d be virtually impossible to crack this hash (unless you knew the hashing algorithm). You could modify it and make it more difficult too, maybe reverse the sha1 so that the first character of the md5 pass is salted with the last character of the sha1 pass.

I might just use this.. :)