Author: Pinkesh Valdria and T. Andrew Yang
The objective of this project is to learn how to use
Monoalphabetic Substitution Technique to encrypt and decrypt
messages
A
Caesar cipher is a substitution cipher in
which the cipher alphabet is merely the plain alphabet rotated left by 3 number
of positions.
Formula: C
i = E(p
i) = p
i + 3
Encrypt
Plain: ABCDEFGHIJKLMNOPQRSTUVWXYZ
Cipher: DEFGHIJKLMNOPQRSTUVWXYZABC
The Project
Decipher the Ciphertext message using Caesar Cipher:
Ciphertext: MAX YTNEM, WXTK UKNMNL, EBXL GHM BG HNK LMTKL UNM BG
HNKLXEOXL
Resources
Book: Security in Computing - Charles P.
Pfleeger
Glossary
Encryption: is a process of encoding a message so that its
meaning is not obvious
Decryption: is a reverse process, transforming an encoding
message back into its normal form
ciphertext: The encrypted form of the message.
plaintext: The original form of a message.