Encryption and decryption of the text with the Caesar cipher. The user enters a string and a shift step. The step can be either positive or negative for decoding.
Caesar cipher
a simple program that performs the function of encrypting and decrypting messages with the Caesar cipher using the offset in the ASCII table
To use the program, you need to follow these steps:
- Compile the executable file of the program from the source code or use the precompiled version
- Run the program
- Enter number
- Get the execution result
To develop this program, a development environment called Clion was used. Compilation was performed using the CMake tool. You can use any development environment to open the main.cpp source code file. For your convenience, in the cmake-build-debug folder you can find a precompiled version of the program.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
