https://github.com/yacineouhrouche/message_encryptor
Encrypts and decrypts messages using a basic encryption technique called the Caesar Cipher.
https://github.com/yacineouhrouche/message_encryptor
cybersecurity python
Last synced: about 1 year ago
JSON representation
Encrypts and decrypts messages using a basic encryption technique called the Caesar Cipher.
- Host: GitHub
- URL: https://github.com/yacineouhrouche/message_encryptor
- Owner: YacineOuhrouche
- Created: 2025-01-16T19:40:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T18:33:20.000Z (over 1 year ago)
- Last Synced: 2025-03-01T18:34:18.571Z (over 1 year ago)
- Topics: cybersecurity, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This Python program encrypts and decrypts messages using a basic encryption technique called the Caesar Cipher. The Caesar Cipher shifts each letter of the message by a certain number (called "shift value"). This means each letter is replaced by another letter that’s a few places ahead or behind in the alphabet.
