Methodios Zacharioudakis
This project simulates how some older encryption algorithms worked.
Specifically it includes:
- one time pad
- affine encryption
- Decryptor with word recommendations
- trithemius encryption
- scytale encryption
- rail fence
Input is given through a demo file
To compile:
make all
To clean compilation products:
make clean