【发布时间】:2023-04-02 19:37:01
【问题描述】:
我正在寻找一种好的单向加密/散列方法,以使用我的主机提供的一种算法来安全存储密码。
这里是主机提供的所有算法的列表:http://www.eresig.tk/hash.php
【问题讨论】:
-
您应该 [使用 bcrypt][1] 以提高破解哈希的难度。 [1]:stackoverflow.com/questions/4795385/…
-
尽可能使用PHPass。
标签: php security encryption hash password-protection