Y
Hacker News
new
|
ask
|
show
|
jobs
by
Kiro
4009 days ago
What does leaking timing information mean?
2 comments
sweis
4009 days ago
Nate Lawson has a good explanation of timing attacks (against my own code):
http://rdist.root.org/2009/05/28/timing-attack-in-google-key...
link
m_mueller
4009 days ago
Response timing can be indicative of the key, especially if you have the crypto algorithm's code (source/IR/machine code).
link