Can someone point me to a good PHP/MySQL salted hashed password implementation?

后端 未结 8 714
感情败类
感情败类 2021-02-06 07:33

After reading about salts password hashing Id like to implement a simple version for an admin area to a site Im building.

If you have any good links with code that have

8条回答
  •  不知归路
    2021-02-06 08:11

    If you need really secure hashes, please use the Portable PHP hashing framework.

    I'd also recommend this Month of PHP security article that deals extensively with password hashing and the security of hashes.

提交回复
热议问题