|
|
|
|
|
by hinkley
466 days ago
|
|
I’m confused by the quoted text because timing attacks rely on at-most behavior and abstraction layers on at-least behavior. Abstractions cannot send messages before they receive them. So any delay you add at the top must be magnified as you go down. The exception to this is if the contents of the message require different behaviors for different payloads, in which case they are correct. But encrypted payloads are opaque to the layers they are sent through. You can observe who the message was sent to, and know the maximum amount of data the conversation might have contained. But not a very clear idea of how long it took to build the message, unless you’ve already compromised the machine. |
|