Skip to content

dcrawbuck/File-Encrypt-Decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Assembly program for file encryption and decryption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published