Message150577
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. |
|
| Date |
User |
Action |
Args |
| 2012-01-04 03:08:15 | vstinner | set | recipients:
+ vstinner, gvanrossum, barry, georg.brandl, terry.reedy, pitrou, christian.heimes, benjamin.peterson, Arfrever, alex, dmalcolm, Zhiping.Deng, PaulMcMillan |
| 2012-01-04 03:08:15 | vstinner | set | messageid: <[email protected]> |
| 2012-01-04 03:08:14 | vstinner | link | issue13703 messages |
| 2012-01-04 03:08:14 | vstinner | create | |
|