Example of Cryptography
Example of Cryptography
A 1 D 4 G 7 J 10 M 13 P 16 S 19 V 22 Y 25
B 2 E 5 H 8 K 11 N 14 Q 17 T 20 W 23 Z 26
C 3 F 6 I 9 L 12 O 15 R 18 U 21 X 24 SPACE27
Original message :
NIRMA UNI
Encryption process:
N=14
I=9
R=18
M=13
A=1
SPACE=27
U=21
N=14
I=9
Matrix of message (M) :
Matrix multiplication:
[MC] ~
This matrix will sent to recipient. Recipient will decode this matrix by multiplying it with
inverse of key matrix ;
Decryption process:
Key matrix (C) :
[MC*C-1] ~
14 = N
9 =I
18= R
13= M
1 =A
27= SPACE
21= U
14 = N
9 = I
NIRMA UNI
This message will shown to recipient after decryption.