|
|
|
|
|
by rurban
2515 days ago
|
|
With dynamic languages like python it's trivial. Calculate the position and peek it. With static languages it's still easy when you got enough information: source code, timing info and ordering (e. g JSON). With a proper SAT solver doable. Leaking by accident is e.g even more trivial in perl, just set a magic ENV var. But peeking the fixed offset is easiest. It's all just security theatre. There's no real use-case for something so slow as Siphash. |
|