Php 的加密方案 Oct 14th, 2014 10:09 pm | Comments 最近需要生成一些加密字串,需要研究一下要採用哪種加密演算法, md5 跟 sha1 應該是不會列入考慮, 有可能會在 bcrypt 和 scrypt 兩者之間比較 一下看是要選擇哪一個。 crypt bcrypt scrypt 關於加密的文章 How to securely hash passwords?