Password stretching - a way to mitigate CPU flood

后端 未结 4 757
不思量自难忘°
不思量自难忘° 2021-01-06 06:25

I\'m now using password stretching for all user account passwords throughout all my websites. In the db I store an iteration count and randomly assigned salt along with the

4条回答
  •  走了就别回头了
    2021-01-06 06:56

    Are you sure that its not easier for a hacker to intercept the password in clean text then cracking the database information. I'd simplify the algoritm to create and check the passwords and would focus more on important security.

    Like Jon said:

    I think you have overdone it... :)

提交回复
热议问题