Go to file
2023-10-02 18:37:15 +02:00
.gitignore Add poem 2023-10-02 18:37:15 +02:00
decryptCaesar.py Update project 2023-10-02 18:34:52 +02:00
functions.py Update scripts 2022-07-08 16:53:22 +02:00
getgrams.py Update get grams 2022-06-30 12:11:59 +02:00
ic.py Add chart for IC 2023-09-28 21:50:14 +02:00
poem.txt Add poem 2023-10-02 18:37:15 +02:00
poem.txt.crypt Add poem 2023-10-02 18:37:15 +02:00
README.md Update README and IC 2023-09-27 12:30:23 +02:00
stats.py Rename files 2022-07-09 16:09:22 +02:00

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