CryptoWeb is a web application for encryption and decryption. It offers various cryptographic methods including Caesar Cipher, Polyalphabetic Cipher, Playfair Cipher, and Hill Cipher. Developed as part of the Basic Information Technology course by Dharmraj Sodha, Raj Mungra, and Darshan Nakum, students of Government Polytechnic Jamnagar.
-
Choose from multiple encryption methods
-
Encrypt and decrypt text with ease
-
Check password strength and suggest improvements
-
Interactive user interface with responsive design
-
Integration with Flask for backend functionality
-
Check out our Demo Website for a live demonstration.
Explore our Linktree for more information about our team.
- Clone the repository:
git clone https://github.com/S-hadowHeart/CryptoWeb- Install dependencies:
pip install -r requirements.txt- Run the Flask application:
python app.py- Access the application in your web browser at http://localhost:10000
-
Select the encryption method from the dropdown menu.
-
Enter the encryption key and the text to be encrypted.
-
Click the "Encrypt" button to encrypt the text.
-
Similarly, you can decrypt encrypted text by selecting the decryption option and providing the necessary inputs.
-
Check password strength by entering a password and clicking the "Check" button.
Contributions are welcome! Please feel free to open issues or submit pull requests.
