Project 2 for CPSC 452: Cryptography - Utilization of AES and DES encryption schemes.
Team Members: Alan Adame [email protected] Douglas Galm [email protected] Johnson Lien [email protected] Michael Lindwall [email protected]
Programming Language: C++
Instructions:
-
To compile, simply, type "make" at the terminal (without the quotes).
-
To run the program type "./cipher <ENG/DEC> "
: Name of the cipher to use. Valid names are: AES DES : The encryption key to use - must be 16 characters. <ENC/DEC> : Choose wheter to encrypt or decrypt, respectively. : the file from which to read the input. : the file to which the output shall be written
Extra Credit:
Notes:
-in.txt, small.txt, big.txt were used as input testing files, out.txt was the output file -padding may be randomly added when encrypting the large file, resulting in a few Extra characters at the end.