https://github.com/4techsadiq/ceaser_cipher-web
An Web Application for Ceaser Cipher Encoding and Decoding developed with HTML, CSS and Python.
https://github.com/4techsadiq/ceaser_cipher-web
cipher flask hacktoberfest
Last synced: about 1 month ago
JSON representation
An Web Application for Ceaser Cipher Encoding and Decoding developed with HTML, CSS and Python.
- Host: GitHub
- URL: https://github.com/4techsadiq/ceaser_cipher-web
- Owner: 4TechSadiq
- Created: 2023-10-08T18:08:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T19:17:36.000Z (about 2 years ago)
- Last Synced: 2025-07-07T06:45:49.632Z (12 months ago)
- Topics: cipher, flask, hacktoberfest
- Language: CSS
- Homepage: https://ceaser-cipher-web.vercel.app
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ceasar Cipher Encoder
This is a small web-based project about Caesar cipher encoding. It allows users to encrypt and decrypt messages using a Caesar cipher.
To encrypt a message, simply enter the message and the key into the form and click the "Encrypt" button. The encrypted message will be displayed in the output field.
To decrypt a message, enter the encrypted message and the key into the form and click the "Decrypt" button. The decrypted message will be displayed in the output field.
## Key Features
Easy to use
Encrypts and decrypts messages using a Caesar cipher
Supports messages of any length
Secure and reliable
Usage
To use the Caesar cipher encoder, simply visit the website and enter the following:
The message you want to encrypt or decrypt
The key for the Caesar cipher
Once you have entered this information, click the "Encrypt" or "Decrypt" button to perform the operation.
## Usage
1. Clone this repository to your local machine.
```
git clone https://github.com/S4DIQ84/Ceaser_Cipher-Web
```
2. Install Dependencies with pip
```
pip install -r requirements.txt
```
3. Then run with
```
python3 app.py
```
4. Now it's been live in your Localhost
```
127.0.0.1
```
## Security
The Caesar cipher encoder is secure and reliable. It uses a strong encryption algorithm and does not store any user data.
## Troubleshooting
If you are having trouble using the Caesar cipher encoder, please contact me at sadikcp2014@gmail.com.
## License
This project is licensed under the MIT license. For more information, please see the LICENSE file.