Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juliogarciape/caesar-cipher
- Owner: juliogarciape
- License: mit
- Created: 2022-09-08T22:26:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T23:30:20.000Z (3 months ago)
- Last Synced: 2024-11-10T17:16:19.260Z (5 days ago)
- Topics: algorithm, caesar-cipher, caesar-cipher-algorithm
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-cipherpython3 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**