This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 loewis
收信人 arigo, christian.heimes, fijall, hynek, loewis, ncoghlan, pitrou
日期 2012-06-15.08:18:50
SpamBayes Score -1.0
Marked as misclassified
Message-id <4FDAEFE7.9090207@v.loewis.de>
In-reply-to <CAK5idxSa8Xw_qDqmBTVhOkQMxoCjuqv=u6eznCVndQkTLnqtfg@mail.gmail.com>
内容
> Martin, you fail to understand how this works. You don't do 2**32 tries to
> leak the 4 charaters, you need 4 * 256, that's why this attack is so bad,
> because the time needed for the next character is brute force, but then you
> can move on to the next one.

How so? Assume we have a hashed password, and assume we have somehow
guessed the first three bytes. How can I then find out the fourth byte
in only 256 tries?

I would have to generate passwords whose *hash* matches in the first
three bytes. This is not feasible, for any hash function that is worth
its salt.
历史
日期 用户 动作 参数
2012-06-15 08:18:51loewis修改recipients: + loewis, arigo, ncoghlan, pitrou, christian.heimes, fijall, hynek
2012-06-15 08:18:50loewis链接issue15061 messages
2012-06-15 08:18:50loewis创建