Welcome to the Text Encryption and Decryption Web Application! This project provides a simple and effective way to encrypt and decrypt text using AES 256-bit encryption. It's designed to be user-friendly, with features like password visibility toggles, random password generation, and options to download decrypted text.
- π Text Encryption: Securely encrypt your text with AES 256-bit encryption.
- π Text Decryption: Decrypt text that was encrypted with the same algorithm.
- π Password Management:
- ποΈ Toggle Visibility: Show or hide the encryption/decryption key.
- π² Generate Random Password: Create a 6-character random password for encryption.
- πΎ Download Decrypted Text: Save the decrypted text as a
.txtfile. - π± Responsive Design: Built with Bootstrap for a seamless experience across all devices.
- HTML5: For creating the structure of web pages.
- CSS: Styling using Bootstrap and custom styles.
- JavaScript: Functionality, including encryption/decryption with CryptoJS.
- Firebase: Potential future integration (currently not in use).
To run the application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/vishnu-git1524/Text-Encrypt-and-Decryptor.git