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++
- Host: GitHub
- URL: https://github.com/am2022/rot13
- Owner: am2022
- License: mit
- Created: 2023-03-24T18:26:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T18:41:01.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T03:18:02.774Z (3 months ago)
- Topics: c-plus-plus, c-plusplus, cipher, cipher-algorithms, rot13, rot13-cipher
- Language: C++
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.