9 comments

[ 2.7 ms ] story [ 26.3 ms ] thread
Thanks for sharing! Seems like a company that does this as an automated service (for private orgs/repos) would be $.
Just have to make sure you don't get sued into oblivion by Veracode or some other IP-obsessed dinosaur...
(comment deleted)
What does the author mean about timing attacks on HMACs with Array.equals? Does HMAC leak info and is it subject to timing attacks if you HMAC on both sides before doing equality checks? Does he mean for e.g. session cookies?
So okay, if you're using HMAC where the user can provide the HMAC, this would be an issue (like session cookies), but it the user can only provide preimage (as in e.g. encrypting database column and wanting lookup) then this wouldn't be an issue, I don't think.
Yes. In situations where a hash is modifiable by the user and you do string comparison the issue exists. It isn't solely a problem for MACs.
(comment deleted)
Some of the links are bad but this is a great list of things to keep in mind when seeing where your work is with regards to security.