The Caesar cipher is a simple and widely known encryption technique. It is a substitution cipher in which each letter of the secret message is replaced by a letter a certain number of iterations further on in the alphabet.
Codepen POC: https://codepen.io/Recidvst/pen/VdwxOo