Topic: Infomation and Security
HMM & Simple Substitution Cipher
Encryption
Obtain an English plaintext message of 50,000 plaintext characters,
where the characters consist only of
lowercase a through z (i.e., remove all punctuation, special
characters, and spaces, and convert all
upper case to lower case). Set a key yourself and encrypt this
plaintext using a simple substitution
cipher.
Python is recommend