# Timing Attacks

What are timing attacks?

https://codahale.com/a-lesson-in-timing-attacks/ (opens new window)

+++

Addressing timing attacks in API key validation Nodejs example:

https://medium.com/nerd-for-tech/checking-api-key-without-shooting-yourself-in-the-foot-javascript-nodejs-f271e47bb428 (opens new window)