Skip to content

JaberJanati/Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File encryption program uses an already existing text file to shift all the letters by three forward. An example: a -> d.
User uses option 4 to choose a file to encrypt. Afterwards the user can clear the file, add to it, encrypt or decrypt 
the file or choose another one.

Putty commands:
g++ -c encryption.cpp cesar.cpp
g++ -o encrypt encryption.o cesar.o
./encrypt

About

Program demonstrates cesar cipher of letters

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages