From 007c65a21eb36f3cd85c402e99b412e960ca77b2 Mon Sep 17 00:00:00 2001 From: mshradtya Date: Sun, 1 Feb 2026 20:05:02 +0530 Subject: [PATCH] docs: update broken link for timing attacks article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3420d6..9a8588c 100644 --- a/README.md +++ b/README.md @@ -376,7 +376,7 @@ Unless stated elsewhere, file headers or otherwise, the license as stated in the [gh13]: https://github.com/ncb000gt/node.bcrypt.js/issues/13 [jtr]: http://www.openwall.com/lists/oss-security/2011/06/20/2 [depsinstall]: https://github.com/kelektiv/node.bcrypt.js/wiki/Installation-Instructions -[timingatk]: https://codahale.com/a-lesson-in-timing-attacks/ +[timingatk]: https://web.archive.org/web/20250815071532/https://codahale.com/a-lesson-in-timing-attacks/ [wrap-around-bug]: https://github.com/kelektiv/node.bcrypt.js/wiki/Security-Issues-and-Concerns#bcrypt-wrap-around-bug-medium-severity [improper-nuls]: https://github.com/kelektiv/node.bcrypt.js/wiki/Security-Issues-and-Concerns#improper-nul-handling-medium-severity