From 865192225ae016632601a3dd053fd8a9a8cac6f1 Mon Sep 17 00:00:00 2001 From: Mark Borrow <99207355+shiftleft-mark@users.noreply.github.com> Date: Wed, 3 Aug 2022 10:18:46 -0400 Subject: [PATCH 1/2] Update mod_hello.py --- good/mod_hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/good/mod_hello.py b/good/mod_hello.py index 6ff0c62b..feb71f76 100644 --- a/good/mod_hello.py +++ b/good/mod_hello.py @@ -13,7 +13,7 @@ def do_hello(): import os salt = os.urandom(32) # Remember this -password = 'FINDMYSECRET' +#password = 'FINDMYSECRET' key = hashlib.pbkdf2_hmac( 'sha256', # The hash digest algorithm for HMAC From 1452cbb3539b4a338ba1341cbb03b25947a9aed9 Mon Sep 17 00:00:00 2001 From: Mark Borrow <99207355+shiftleft-mark@users.noreply.github.com> Date: Wed, 3 Aug 2022 11:53:20 -0400 Subject: [PATCH 2/2] Update mod_hello.py --- good/mod_hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/good/mod_hello.py b/good/mod_hello.py index feb71f76..6ff0c62b 100644 --- a/good/mod_hello.py +++ b/good/mod_hello.py @@ -13,7 +13,7 @@ def do_hello(): import os salt = os.urandom(32) # Remember this -#password = 'FINDMYSECRET' +password = 'FINDMYSECRET' key = hashlib.pbkdf2_hmac( 'sha256', # The hash digest algorithm for HMAC