What is the most secure hashing method? (PHP)

后端 未结 4 1013
Happy的楠姐
Happy的楠姐 2020-12-21 13:48

I have just noticed that I have SHA512 in my PHP installation. Is it more secure than SHA1? Is it the most secure hashing method (I need for passwords, not for file integrit

4条回答
  •  既然无缘
    2020-12-21 14:25

    You can try This Link , it is a library for doing randomly generated salt hashing ,one of the most secure way of password hashing and user authentication.

提交回复
热议问题