An open API service indexing awesome lists of open source software.

https://github.com/am2022/rot13

rot13 in c++
https://github.com/am2022/rot13

c-plus-plus c-plusplus cipher cipher-algorithms rot13 rot13-cipher

Last synced: 11 days ago
JSON representation

rot13 in c++

Awesome Lists containing this project

README

        

# rot13
## rot13 is a c++ project with cmake
# what is rot13?
## rot13 is a substitution cipher that replace chars with 13th letter after it.
>for more information : [rot13](https://en.wikipedia.org/wiki/ROT13)
# how to build the project:
>1. install cmake and install a c++ compiler
>2. create build folder
>3. go on build folder and type : `cmake ..`
>4. then type `cmake --build .`
>5. go to the Debug folder and you can run executable file.