Message174987
Our hash randomization will always leak some information about the randomization keys. The only way to properly secure our secrets is a cryptographic secure algorithms, for example a crypto hashing function in combination with a message authentication code like HMAC. I don't have to explain how that is going to hurt performance ...
We can try to make it harder to guess the secret parts with a slightly modified algorithm like e.g. V8's hash but that's never going to be 100% secure. But might be secure enough to make an attack too hard. |
|
Date |
User |
Action |
Args |
2012-11-06 15:54:14 | christian.heimes | set | recipients:
+ christian.heimes, lemburg, arigo, vstinner, benjamin.peterson, Arfrever, alex, dmalcolm, PaulMcMillan, serhiy.storchaka, Vlado.Boza, koniiiik, camara |
2012-11-06 15:54:14 | christian.heimes | set | messageid: <1352217254.03.0.205730212988.issue14621@psf.upfronthosting.co.za> |
2012-11-06 15:54:14 | christian.heimes | link | issue14621 messages |
2012-11-06 15:54:13 | christian.heimes | create | |
|