Which of the .NET included hashing algorithms are suitable for password hashing?

后端 未结 3 1910
失恋的感觉
失恋的感觉 2020-12-05 08:29

The password leak of LinkedIn proved how important it is to securely hash your passwords. However, even hashing passwords with a salt is not secure with the \'normal\' hashi

3条回答
  •  眼角桃花
    2020-12-05 09:11

    There is also:

    http://bcrypt.codeplex.com/ (bcrypt)

    http://www.zer7.com/software.php?page=cryptsharp (scrypt, etc)

提交回复
热议问题