diff --git a/content/posts/password-strength.gmi b/content/posts/password-strength.gmi index e9e8afa..f346799 100644 --- a/content/posts/password-strength.gmi +++ b/content/posts/password-strength.gmi @@ -1,3 +1,5 @@ +(This is a long post; there's a TLDR near the bottom.) + 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?" 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. diff --git a/content/posts/password-strength.md b/content/posts/password-strength.md index f87aaab..a55a501 100644 --- a/content/posts/password-strength.md +++ b/content/posts/password-strength.md @@ -15,6 +15,8 @@ This is a tale of the intersection between thermal physics, cosmology, and a tin 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]({{}}) 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.*