Skip to content

Commit

Permalink
Fix typo (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
itstrueitstrueitsrealitsreal authored Oct 1, 2024
1 parent 8377948 commit b392140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptography/strxor/run
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for n in range(1, 10):

print(f"- Encrypted String: {ct_str}")
print(f"- XOR Key String: {key_str}")
answer = input("- Decrypted Character? ").strip()
answer = input("- Decrypted String? ").strip()
if answer != pt_str:
print("Incorrect!")
sys.exit(1)
Expand Down

0 comments on commit b392140

Please sign in to comment.