From 6fdad2af6ad437ca52fdf11888b18821d19dd218 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:10:42 +0100 Subject: [PATCH] Update DES_ECB_example.py --- Cryptography/Block_Ciphers/DES/DES_ECB_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cryptography/Block_Ciphers/DES/DES_ECB_example.py b/Cryptography/Block_Ciphers/DES/DES_ECB_example.py index fff0ae6..1063c9f 100644 --- a/Cryptography/Block_Ciphers/DES/DES_ECB_example.py +++ b/Cryptography/Block_Ciphers/DES/DES_ECB_example.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -__author__ = "bt3" +__author__ = "Mia Stein" from Crypto.Cipher import DES