SQL-Server Password Encryption

前端 未结 1 1686
被撕碎了的回忆
被撕碎了的回忆 2021-01-07 08:40

I am creating a database for a website I\'ve just developed but I need to encrypt my passwords.

I\'ve never encrypted passwords before and I don\'t know how to do it

1条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-07 09:17

    Dont store the password directly, not even encrypted. Use a salted hash.

    Check out

    • Secure Salted Password Hashing - How to do it Properly
    • Strong Password Hashing with SQL Server

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