not working trab 4

This commit is contained in:
2023-10-23 17:26:05 -03:00
parent 83f806b815
commit 7b1b7860b6
8 changed files with 66 additions and 44 deletions
-1
View File
@@ -20,5 +20,4 @@ class AESCipher(object):
cipher = AES.new(self.key, AES.MODE_EAX, nonce=self.nonce)
plaintext = cipher.decrypt(enc)
print('plaintext', plaintext.decode())
return plaintext.decode()