Why not use MD5 for password hashing?

后端 未结 3 1258
星月不相逢
星月不相逢 2020-11-29 10:08

I have a friend which is a white hat hacker. He says that md5 is not really that bad and actually is really secure, just if we use it properly.

I believe that he is

3条回答
  •  时光取名叫无心
    2020-11-29 10:30

    You speak of slowing down validation as a problem but it is the only defense against a leaked hash and a brute force attack. Modern solutions hash the value repeatedly (ie: thousands of times) just to raise the cost of the calculation.

提交回复
热议问题