From 60b0d10b5aac91fcd289adc373179a3cd4f6fd68 Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Mon, 1 Aug 2022 20:05:06 +1200 Subject: [PATCH] vault backup: 2022-08-01 20:05:05 --- content/notes/04-authentication-authorisation-passwords.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/notes/04-authentication-authorisation-passwords.md b/content/notes/04-authentication-authorisation-passwords.md index 198abd2b8..612cba992 100644 --- a/content/notes/04-authentication-authorisation-passwords.md +++ b/content/notes/04-authentication-authorisation-passwords.md @@ -4,6 +4,9 @@ aliases: tags: - lecture - comp210 +sr-due: 2022-08-04 +sr-interval: 3 +sr-ease: 250 --- # Authentication @@ -53,7 +56,7 @@ tags: ## entropy - amount of randomness -- measure of the number of guesse an attacker would need to brute force +- measure of the number of guesse an attacker would need to brute foarce - $E = log_2(A^L)$ - A = size of alphabet - L = length of password