Skip to content

carterrows/Encryption-decryption-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

mini-project-1

ENGG*1410 Mini project #1

Originally coded in October 2022. Updated January 2023.

Program that uses command line arguments and an input file to decide whether user wants to encrypt or decrypt a file. Encryption produces a ".crp" file with same base name, with an applied encryption scheme. The ".crp" file can only be decrypted using this utility, which produces a ".txt" file with original text contents.

Use "-E" command line argument along with file name for encryption. Use "-D" command line argument along with file name for encryption.

About

ENGG*1410 Mini project #1.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages