Skip to content

Caesar cipher written in C++, the project was written just for fun :)

License

Notifications You must be signed in to change notification settings

RuslanFF/Caesar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caesar

Caesar cipher written in C++, the project was written just for fun :)

Warning:

Do not use to protect important data!

The author is automatically absolved of all responsibility

How to use it:

To use it in your code, don't forget to move the Encrypted.h header file and the Encrypted.cpp file to your code. Don't forget to connect the header file ;).

#include "Encrypted.h"


Use functions:

encrypted_text("Encrypt text"); - for encryption

decrypt_text("Decrypt text") - for decrypting

Return values, string.

License

This Repository has MIT License. This license allows the user to make any changes to the program code. This license only requires the user to include the license and author's copyright in the redistributed code and there is no prohibition against using the trademark of the original author. In addition, the user also has no right to sue the manufacturer when there is damage to the software.

About

Caesar cipher written in C++, the project was written just for fun :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages