Skip to content
/ ccipher Public

Simple Caesar cipher program to encrypt and decrypt text files

License

Notifications You must be signed in to change notification settings

jstmm/ccipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCipher

Simple Caesar cipher program to encrypt and decrypt text files.

Use make or the task in the .vscode to build the project, then build/ccipher [encrypt | decrypt] <file path>.

Try with build/ccipher encrypt test_directory/sample.txt then build/ccipher decrypt test_directory/sample.txt. Reset the test directory with make clean.

$ build/ccipher encrypt test_directory/sample.txt

=> Wklv lv d vdpsoh whaw iloh iru hqfubswlrq.

build/ccipher decrypt test_directory/sample.txt

=> This is a sample text file for encryption.

About

Simple Caesar cipher program to encrypt and decrypt text files

Resources

License

Stars

Watchers

Forks