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

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.

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.

![Screenshot 2025-01-16 144145](https://github.com/user-attachments/assets/a962bfc5-a9cd-4b73-8e8d-1091094f5fb7)