Skip to content
/ rot26 Public

Pure CPP implementation of the rot26 algorithm

Notifications You must be signed in to change notification settings

khodekia/rot26

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ROT26 Encryption Algorithm

ROT13 ("rotate by 13 places", sometimes hyphenated ROT-13) is a letter substitution cipher that replaces a letter with the letter 13 letters after it in the alphabet. Instead of only rotating 13 places, ROT26 rotates twice as many characters in the alphabet and is therefore twice as secure.

A pure C++ implementation of the legendary ROT26 algorithm!

This implementation even supports ROT13 and any ROT configuration. Of course, friendly and helpful comments are included, but let's be honest—you're here for the true power of ROT26.

ROT26 encryption and decryption are notoriously complex, often requiring a purpose-built supercomputer to handle the mind-bending calculations... but not anymore.

Thanks to the incredible efforts of a certain creative genius, ROT26 has been de-rusted (pun intended) and made accessible to the masses by getting rusted. Crazy, right? It’s innovators like him that change the world for the better!

Explore the original genius behind the concept here: Rusted-ROT26 GitHub Repository

About

Pure CPP implementation of the rot26 algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages