diff --git a/content/posts/password-strength.gmi b/content/posts/password-strength.gmi index eddcd73..589ba8c 100644 --- a/content/posts/password-strength.gmi +++ b/content/posts/password-strength.gmi @@ -100,7 +100,7 @@ A good value for T would be the average temperature of the entire observable uni Every guess, the MOAC expends kT energy. Let E = the total amount of energy the MOAC can use; let B = the maximum number of guesses the MOAC can execute before running out of energy. -```` +``` B = E/(kT) ```