- Install python 3.9
- create venv
python3 -m venv env
- activate virtual env
source env/bin/activate
- install dependencies
pip install -r requirements.txt
python run src/app.py
- wxpython does not support python 3.10 at the moment
- Task 1
- save
- new
- Task 2
- decrypt (implemented, but it is not bound to buttons on ui)
- Task 4
- bruteforce
- Task 5
- frequency tables
- Task 6
- byte encoding