Skip to content

A file encryption program to demo C/Unix development, portable C program and error checking

Notifications You must be signed in to change notification settings

KennyChen1/cipherDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kenny Chen

This programs encrypts or decrypts a file

USEAGE: cipher [-devhs] [-p PASSWD] infile outfile

Supports the -s extra credit option.

Without the -p option, it will prompt for a password with a "Enter Password: " prompt and with -s it will ask again with a "Enter Password Again: "

Handles arguement using get opt

With - as the infile, it will read as stdin and reads until EOF which is the ctrl d one char at a time

When succesfully completed it will say "done!\n"

About

A file encryption program to demo C/Unix development, portable C program and error checking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published