12-07-2010, 04:41 PM
no:
md5(sha1($pass))
sha1(md5($pass))
DES(Unix) - Good one this for .htpasswd files
maybe:
sha384($pass)
yes:
sha256($pass)
sha512($pass)
md5(sha1($pass))
sha1(md5($pass))
DES(Unix) - Good one this for .htpasswd files
maybe:
sha384($pass)
yes:
sha256($pass)
sha512($pass)