How to decode a Hash

后端 未结 3 703
梦谈多话
梦谈多话 2021-01-06 23:58

If an attacker got access to user’s database and the passwords are stored in hashes, can the attacker decode that hashes? Can you suggest any tool by using we can decode the

3条回答
  •  春和景丽
    2021-01-07 00:24

    You can find more detailed information here: http://crackstation.net/hashing-security.htm

    To raise security of your hashed passwords you should uses "salted hashes", as described in the link above, too.

提交回复
热议问题