not working trab 4
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user