make language consistent
This commit is contained in:
parent
bc4d05361c
commit
85e99f472c
2
index.py
2
index.py
|
@ -36,7 +36,7 @@ def main():
|
||||||
key = args.key
|
key = args.key
|
||||||
user_text = args.text
|
user_text = args.text
|
||||||
|
|
||||||
print("Ciphertext: " + encryption(user_text, key))
|
print("Encrypted ciphertext: " + encryption(user_text, key))
|
||||||
print("Decrypted plaintext: " + decryption(user_text, key))
|
print("Decrypted plaintext: " + decryption(user_text, key))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue