Name: Anonymous 2009-08-08 2:12
Would this be more or less secure than just a simple sha1 + hash?
$hash = sha1('salt' . md5('salt' . sha1($pass)));