Skip to content

Commit 5b5ff43

Browse files
author
namrun
committed
Added example to README
1 parent 1be201b commit 5b5ff43

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

Substitution_Cipher/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@
88

99
- The user is prompted to enter the message as well as the key according to which the message will be encrypted
1010
- The key will be accepted as a CSV file
11+
- Considering an example :
12+
13+
![Image](key.PNG)
14+
15+
- This is the key as agreed upon both the parties
16+
- On running the script, the user is prompted to enter a message
17+
18+
![Image](encrypt.PNG)

Substitution_Cipher/encrypt.PNG

7.19 KB
Loading

Substitution_Cipher/key.PNG

3.86 KB
Loading

Substitution_Cipher/key.csv

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
a,1
2-
2,b
3-
,d
1+
a,w
2+
b,e
3+
c,2
4+
d,q
5+
t,z
6+
y,4
7+
m,s
8+
f,1
9+
o,l

0 commit comments

Comments
 (0)