Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 853 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 853 Bytes

Caesar Cipher

Caesar Cipher CLI

Caesar Cipher CLI tool made with Typer.

About

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

How to use

caesar --help

Author

License

This project is under license from MIT.