Message150644
> My proposition only adds two XOR to hash(str) (outside the loop on Unicode characters), so I expect a ridiculous overhead. I don't know yet how hard it is to guess the secret from hash(str) output.
It doesn't work much better than a single random seed. Calculating the
hash of a null byte gives you the xor of your two seeds. An attacker
can still cause collisions inside the vulnerable hash function, your
change doesn't negate those internal collisions. Also, strings of all
null bytes collide trivially. |
|
Date |
User |
Action |
Args |
2012-01-05 00:44:25 | PaulMcMillan | set | recipients:
+ PaulMcMillan, lemburg, gvanrossum, barry, georg.brandl, terry.reedy, jcea, pitrou, vstinner, christian.heimes, benjamin.peterson, eric.araujo, Arfrever, alex, dmalcolm, Mark.Shannon, Zhiping.Deng |
2012-01-05 00:44:25 | PaulMcMillan | link | issue13703 messages |
2012-01-05 00:44:24 | PaulMcMillan | create | |
|