##README
This program was created for recreation to break the Vigenere cipher challenge in the book "The Code Book" by Simon Singh.
#TO PERFORM AN ENCRYPTION:
-
Replace the text inside the plain__text file in the source_plaintext folder.
-
To perform an encryption, run the encryption.py file and enter the keyword when prompted.
#TO PERFORM A VIGENERE CIPHER BREAK:
-
Replace the text inside the cipher__text file in the source_text folder.
-
To perform a cipher break decryption, run the code.py file.