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

https://github.com/siddhesh-agarwal/pycaesar

A Caesar Cipher web app with encryption and decryption.
https://github.com/siddhesh-agarwal/pycaesar

artificial-intelligence caesar-cipher cybersecurity decryption encryption encryption-decryption python streamlit

Last synced: 2 months ago
JSON representation

A Caesar Cipher web app with encryption and decryption.

Awesome Lists containing this project

README

          

# Imacathon - 2022

Submission for the Imacathon 2022.

**Topic**: Cybersecurity - Caesar Cipher Encryption and Decryption
____________________________________________________________________________________________________

## About

This Project contains concepts from **Cybersecurity**, **Artificial Intelligence** and **Data Science**.

The Web Application has Multiple Features like:
- Key-based Encryption (Uses an integer key value to encrypt)
- Key-based Decryption (Uses an integer key value to decrypt)
- AI-based Decryption (Checks if any of the encrypted values is an English word and returns the first meaninful occurance:

____________________________________________________________________________________________________

## Instructions

To run the app, you need to install the dependencies using:

$ pip install -r requirements.txt

To run the app, run the following command in the terminal:

$ streamlit run src/??_Encode.py

____________________________________________________________________________________________________

## Development

To run the app, you need to install the dependencies using:

$ pip install -r dev/requirements.txt