onezeronull.com
Common hashing functions are unsuitable for passwords
According to PHP team, common hashing functions such as md5() and sha1() are unsuitable for passwords. Why? They’re to fast and by this, not so secure and open to brute-force decrypt. No matt…