From a2925e5bbba0c314706cd8464528fddb1dfd4c3d Mon Sep 17 00:00:00 2001 From: Aaron 'Rails/Flutter' Kelton <6170077+aaronkelton@users.noreply.github.com> Date: Sat, 5 Oct 2024 08:04:22 -0700 Subject: [PATCH] Update broken link to webarchive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A Tale of Security Gone Wrong — link broken --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd9d386..20fc4aa 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ $ irb **Note**: Storing the entropy of an encrypted or hashed value provides information that can make cracking the value orders of magnitude easier for an attacker. For this reason we advise you not to store the results of -`Zxcvbn::Tester#test`. Further reading: [A Tale of Security Gone Wrong](http://gavinmiller.io/2016/a-tale-of-security-gone-wrong/). +`Zxcvbn::Tester#test`. Further reading: [A Tale of Security Gone Wrong](https://web.archive.org/web/20240715041147/http://gavinmiller.io/2016/a-tale-of-security-gone-wrong/). ## Contact