From d15e69905414e01ba6699a8dc2c3c84896a0ee23 Mon Sep 17 00:00:00 2001 From: go-outside-helper <138340846+go-outside-helper@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:11:06 +0100 Subject: [PATCH] Update brute_force_hex_digest_chars.py --- Cryptography/Hash_Functions/MD5/brute_force_hex_digest_chars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cryptography/Hash_Functions/MD5/brute_force_hex_digest_chars.py b/Cryptography/Hash_Functions/MD5/brute_force_hex_digest_chars.py index f077bf1..029aac3 100644 --- a/Cryptography/Hash_Functions/MD5/brute_force_hex_digest_chars.py +++ b/Cryptography/Hash_Functions/MD5/brute_force_hex_digest_chars.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -__author__ = "bt3" +__author__ = "Mia Stein" '''