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.

Author vstinner
Recipients Arfrever, PaulMcMillan, Zhiping.Deng, alex, barry, benjamin.peterson, christian.heimes, dmalcolm, georg.brandl, gvanrossum, pitrou, terry.reedy, vstinner
Date 2012-01-04.03:08:14
SpamBayes Score 0.0002463599
Marked as misclassified No
Message-id <1325646495.38.0.255430053195.issue13703@psf.upfronthosting.co.za>
In-reply-to
Content
I read that the attack cannot be computed with actual computers (it's too expensive) against Python 64 bits. I tried to change str.__hash__ in Python 32 bits to compute the hash in 64 bits and than truncate the hash to 32 bits: it doesn't change anything, the hash values are the same, so it doesn't improve the security.
History
Date User Action Args
2012-01-04 03:08:15vstinnersetrecipients: + vstinner, gvanrossum, barry, georg.brandl, terry.reedy, pitrou, christian.heimes, benjamin.peterson, Arfrever, alex, dmalcolm, Zhiping.Deng, PaulMcMillan
2012-01-04 03:08:15vstinnersetmessageid: <1325646495.38.0.255430053195.issue13703@psf.upfronthosting.co.za>
2012-01-04 03:08:14vstinnerlinkissue13703 messages
2012-01-04 03:08:14vstinnercreate