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