1
0
Fork 0

edu..._aes-256-cbc.py: make "anything else" true

This commit is contained in:
Intel A80486DX2-66 2023-08-17 01:09:09 +03:00
parent 9bd745df9c
commit 0f321d809d
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B
1 changed files with 1 additions and 1 deletions

View File

@ -106,5 +106,5 @@ Anything else: Exit
).write(plaintext)
print("Decrypted successfully!")
else:
print("Invalid choice")
break
print()