Ciphertext Decryption in C
Amanda Falke 2014
OVERVIEW: Decrypt Ciphertext to plaintext in C IA32 using bit manipulation, no string ASCII manipulation.
REQUIREMENTS:
-
Hard code username.
-
Program takes one argument: ciphertext.txt
-
Take in ciphertext.txt through argv, and read file using fread, fseek, ftell, and related functions.
-
Do not use string libraries, because NULL bytes are part of this process.
-
Decrypt file " username " and change file name to ciphertext.txt