VigenereDecipherer

This repo is meant to break the Vigenere Cipher, an extension of Cesar's Cipher.

How to run

To execute this code, simply trigger:

# execute program
$ python main.py < ciphered file >

OBS: The expected python version is 3.9 or higher