Skip to content
/ ROT13 Public

Encrypt/Decrypt any Latin alphabet text entry (aA-Zz)

License

Notifications You must be signed in to change notification settings

CM0use/ROT13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

ROT13

Windows macOS Linux

Simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet.

FeaturesRequirementsCompile & RunContributingLicense

20220410_202916

Features

  • Encrypt/Decrypt any Latin alphabet text entry (aA-Zz)
  • Easy to modify.
  • Cross-Platform
    • Windows, macOS and Linux.

Requirements

  • g++
  • git (optional)

Compile & Run

To clone and compile this tool, you will need to have git and g++ installed on your computer.
From your command line:

git clone https://github.com/CM0use/ROT13.git
cd ROT13
g++ -O2 -std=c++2a src/main.cpp src/rot13.cpp -o rot13

Run on macOS & Linux:

./rot13 Hello There

Run on Windows:

rot13.exe Hello There

Contributing

Any contribution you make will be greatly appreciated.
If you have any ideas/suggestions to improve the repository, make a fork of the repository and create a pull request.
You can also open the issue tracker to report any improvements or bugs.

License

Distributed under the GNU General Public License v3.0
See accompanying file LICENSE
or copy at GNU General Public License

About

Encrypt/Decrypt any Latin alphabet text entry (aA-Zz)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages