Authored by Paul A. Turner on 07/01/2020
University of Central Florida - College of Engineering & Computer Science Completed for Security in Computing Class CIS3360 Summer 2020
This project utilized a maxtrix cipher to encrypt a string of text provided by the user. The inputted strings are sent through a switch letter by letter based on the matrix key and translted into the ciphertext.
Execution from the command line as follows:
"gcc main.c" "./a.out key.txt text.txt"
the provided key files are: k0, k1, k2, and k3 the provided text files are: p0, p1, p2, and p3