Hey Guys im thinking about something what i can do to improve the current password safeness. Most of you know rainbow tables which can decrypt "hacked" md5 hashes in seconds.
我认为,如何能够使这一点更加安全。 那些被ck住的“黑客”带走了多少米5海里,没有完全的 m5。
For example, the password i choose "rabbit" md5 hash equals (a51e47f646375ab6bf5dd2c42d3e6181) Nearly every rainbow table in the internet can decrypt these md5 hash into the clear word "rabbit".
但是,如果只把头10个迹象打入数据库,那么什么。 如果用户用密码签字,如果头10个标识等于数据库中的10个标识,则将对其进行检查。 因此,如果黑客们走过一些轮子,他就不能再回头来,因为其中没有任何意义。
这是否可行,是否真正更有保障?
这只是一种想法,而且我确实会赞赏你们的评论。
感谢!