问题
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