Check your Hacktoberfest progress!
We are building a website to learn about building websites and encryption:
https://video-game-coding-club.github.io/crypto-webpage/
You might find the GitPod Chrome extension useful
https://chrome.google.com/webstore/detail/gitpod-dev-environments-i/dodmmooeoklaejobgleioelladacbeki
In cryptography, a Caesar cipher, also known as Caesar's cipher, the shift cipher, Caesar's code or Caesar shift, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet. For example, with a left shift of 3, D would be replaced by A, E would become B, and so on. The method is named after Julius Caesar, who used it in his private correspondence.
A special case of the Caesar cipher is known as ROT13 ("rotate by 13 places", sometimes hyphenated ROT-13). ROT13 is a simple letter substitution cipher that replaces a letter with the 13th letter after it.
Because there are 26 letters (2×13) in the basic Latin alphabet, ROT13 is its own inverse; that is, to undo ROT13, the same algorithm is applied, so the same action can be used for encoding and decoding