Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Applied Programming

Task:

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.

Program name:

Caesar cipher

Description:

a simple program that performs the function of encrypting and decrypting messages with the Caesar cipher using the offset in the ASCII table

Screenshot:

image

How to use:

To use the program, you need to follow these steps:

  1. Compile the executable file of the program from the source code or use the precompiled version
  2. Run the program
  3. Enter number
  4. Get the execution result

Comments from the developer:

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.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

A simple program that performs the function of encrypting and decrypting messages with the Caesar cipher using the offset in the ASCII table

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages