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


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

3

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