|
|
|
|
|
by rurban
2521 days ago
|
|
Still not secure if you can read out the seed. Brute forcing SipHash collisions with the known seed is also just a matter of seconds to minutes.
http://perl11.org/blog/seed.html A proper security fix can only be to fix the collision resolution, never using a slower hash function. It's also 10x faster then. |
|
Which you do as an attacker by… asking politely? Or is it easy to leak the seed by accident?
In other news, there’s a relatively low-cost attack on AES when you know the key.