This is mainly a homework assignment of class where I have to encrypt plaintext using hill cipher and rail cipher. I want to start using github more for any recollection of what coding things I've done in school to remember back.
Compile it:
gcc -O2 -std=c11 -o hillrail hillrail.c
Excution:
./hillrail encrypt key.txt plain.txt (depth number)