Correct implementation of PHPass

前端 未结 1 1399
执念已碎
执念已碎 2021-01-13 18:43

I\'m using PHPass to store users passwords in my application because it\'s more secure than md5 or sha1. I have a question about how I would use a salt with the passwords.

相关标签:
1条回答
  • 2021-01-13 19:13

    Phpass adds a salt when it hashes the password so there's no need to add a separate salt and store it in your database.

    0 讨论(0)
提交回复
热议问题