@ -36,7 +36,7 @@ def main():
key = args.key
user_text = args.text
print("Ciphertext: " + encryption(user_text, key))
print("Encrypted ciphertext: " + encryption(user_text, key))
print("Decrypted plaintext: " + decryption(user_text, key))