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.
- Host: GitHub
- URL: https://github.com/siddhesh-agarwal/pycaesar
- Owner: Siddhesh-Agarwal
- License: gpl-2.0
- Created: 2022-06-16T08:06:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T09:54:16.000Z (almost 4 years ago)
- Last Synced: 2025-06-06T16:02:45.403Z (about 1 year ago)
- Topics: artificial-intelligence, caesar-cipher, cybersecurity, decryption, encryption, encryption-decryption, python, streamlit
- Language: Python
- Homepage:
- Size: 1.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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