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

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.

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.