The Caesar Cipher is a very simple encryption technique in which each unaccented alphabetic character is replaced by another according to the shift to the left or right, given the desired number of positions. For example, by shifting three positions to the right, 'A' would be replaced by 'D', 'B' would become 'E', and so on.
How to install (using Pipx)
pipx install git+https://github.com/ig0r-ferreira/caesar-cipher.git
caesar --help
This project is under license from MIT.