Skip to content

nallin1/cpp_caesar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Caesar Cipher implementation in C++

caesar

Compiling and Usage:

Use g++ to compile the code:

$ g++ caesar.cpp -o caesar
Code Function
g++ uses g++ compilator to generate the binary
caesar.cpp the source code
-o flag to output
caesar binary generated

Execute the output file:

$ ./caesar
enter the key: {your key number}
enter the sentence to be encrypted: {string phrase}
{your phrase encrypted}
Made with 💙 by @nallinguilherme

Releases

No releases published

Packages

No packages published

Languages