From 8bc7176e6d0c198f308b1e2fc682b6da4a952766 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sun, 17 Apr 2022 13:07:20 -0700 Subject: [PATCH] Fix broken anchor link --- content/posts/password-strength.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/password-strength.md b/content/posts/password-strength.md index 963cb6c..f9711a9 100644 --- a/content/posts/password-strength.md +++ b/content/posts/password-strength.md @@ -12,7 +12,7 @@ footnote_heading: References and endnotes --- This is a tale of the intersection between thermal physics, cosmology, and a tiny amount of computer science to answer a seemingly innocuous question: "How strong does a password need to be for it to be physically impossible to brute-force, ever?" -[TLDR](#conclusiontldr) at the bottom. +[TLDR](#conclusion-tldr) at the bottom. _Note: this post contains equations. Since none of the equations were long or complex, I decided to just write them out in code blocks instead of using images or MathML the way Wikipedia does._