TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Preventing Timing Attacks on String Comparison with Double HMAC Strategy (2015)
35 points
by
rdpintqogeogsaa
over 3 years ago
3 comments
ianopolous
over 3 years ago
Neat idea! Especially on jitted platforms where the jit is likely to introduce a timing side channel.
rurban
over 3 years ago
Collapse
Using the timingsafe_memcmp C function would be faster and safer.
评论 #29316262 未加载
评论 #29299496 未加载
dorianmariefr
over 3 years ago
Collapse
so hash(input) == hash(secret) ?
评论 #29298748 未加载