Skip to content

ig0r-ferreira/caesar-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.