summary refs log blame commit diff stats
path: root/python/output/3/6.txt
blob: ba5b336b87749aeb5b6f6ea0a2fb0fcccca13194 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                       
```
Enter message: A quick brown fox jumps over a lazy dog.
Enter key (1-25, -1 - -25): 5
Ceesar cipher with k = 5 applied to the given message:
F vznhp gwtbs ktc ozrux tajw f qfed itl.
```
```
Enter message: F vznhp gwtbs ktc ozrux tajw f qfed itl.
Enter key (1-25, -1 - -25): -5
Ceesar cipher with k = 21 applied to the given message:
A quick brown fox jumps over a lazy dog.
```