Project for CS 21 (Computer Organization and Assembly Language Programming) at Las Positas College
A Linux command line program to save data into an encrypted file with the ability to read it back and decrypt it.
Split into two executable files: Encrypt and Decrypt
Encrypts and save data to file using user provided encryption key.
Encrypt [data] [filename]
Reads from file, decrypts data using user provided encryption key, and displays decrypted text.
Decrypt [filename]