Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 929 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 929 Bytes

Modified Caesar Cipher

Modified Caesar Cipher using psudo random number generator.

Modified Caesar Cipher is a technique to overcome some problem in traditional caesar cipher. In this work I use a random array of same length as text to shift the alphabet. I didn't use a single value for shift.

Output Example:

Text:This is Modified Caesar Cipher

Plain Text: ThisisModifiedCaesarCipher

Random value: [6, 4, 20, 13, 11, 2, 5, 18, 20, 18, 4, 5, 7, 13, 23, 17, 19, 20, 16, 21, 26, 20, 26, 20, 11, 5]

Cipher Text: ZlcftuRgxajnlqZrxmqmCcpbpw

Decipher Text: ThisisModifiedCaesarCipher

------------------Same text to encrypt second Time.--------------

Text:This is Modified Caesar Cipher

Plain Text: ThisisModifiedCaesarCipher

Random value: [25, 14, 22, 25, 4, 13, 12, 3, 15, 6, 18, 14, 5, 8, 22, 8, 12, 22, 16, 7, 22, 22, 12, 8, 26, 15]

Cipher Text: SvermfYrsoxwjlYiqoqyYebpeg

Decipher Text: ThisisModifiedCaesarCipher