Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 531 Bytes

File metadata and controls

16 lines (10 loc) · 531 Bytes

File-Encrypt-Decrypt

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

Encrypt

Encrypts and save data to file using user provided encryption key.

Encrypt [data] [filename]

Decrypt

Reads from file, decrypts data using user provided encryption key, and displays decrypted text.

Decrypt [filename]