Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliogarciape/caesar-cipher

Python implementation of the Caesar Cipher for text encryption and decryption
https://github.com/juliogarciape/caesar-cipher

algorithm caesar-cipher caesar-cipher-algorithm

Last synced: 5 days ago
JSON representation

Python implementation of the Caesar Cipher for text encryption and decryption

Awesome Lists containing this project

README

        

# Caesar Cipher :speak_no_evil:

**Encrypt and Decrypt your messages using the Caesar Cipher technique**

## Technologies Used

- Python 3.10

## How to Run

```sh
git clone https://github.com/juliogarciape/caesar-cipher
cd caesar-cipher

python3 caesar.py -c "message to encrypt" # To encrypt a message
python3 caesar.py -d "message to decrypt" # To decrypt a message
```

> If I needed to say something confidential, I would write it using the cipher, that is, changing the order of the letters in the alphabet.
>
> **Suetonius, The Lives of the Caesars 56**