| .gitignore | ||
| decryptCaesar.py | ||
| functions.py | ||
| getgrams.py | ||
| ic.py | ||
| README.md | ||
| stats.py | ||
Cryptanalysis
Setup the environments
You may to create your virtualenv:
$ virtualenv ~/venv/cryptanalysis
$ source ~/venv/cryptanalysis/bin/active
And you must install the packages for using the project:
$ pip3 install -r requirements.txt