how to php encrypt passwords to 128 character? [closed]

隐身守侯 提交于 2019-12-13 09:19:22

问题


I want to encrypt php passwords to 128 characters, how is that possible?

I know that I cant use md5 but cant find something specific wish sha or hash.


回答1:


sha512 is 128 characters. The whirlpool, salsa10, and salsa20 algorithms are also 128-character hashes that ship with PHP.



来源:https://stackoverflow.com/questions/8903904/how-to-php-encrypt-passwords-to-128-character

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!