Skip to content

BartekkPL/caesar-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Very simple Caesar cipher decrypting/crypting program

=======================

Features

  • Allows for crypting/decrypting whole lines of text using Caesar cipher.
  • It ommits characters different than a-z/A-Z, program doesn't modify them.
  • Very simple and readable console interface.

Platforms

This parser has been used only on Linux, but it probably can works on any other platform as well as it is very simple.

Usage

The only thing what you have to do is build and launch this program! If you wanna know something more please write mail/message on Github :)

Build

Linux instruction:

git clone https://github.com/BartekkPL/caesar-cipher.git
cd caesar-cipher/
mkdir build
cd build/
cmake ..
make

And after these steps you have builded executable ready to use it in new projects!

You found it at caesar-cipher/build/caesar-cipher.

License

Above CAESAR-CIPHER program is released under Apache License.

About

Very simple Caesar cipher crypting/decrypting console tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published