This simple web application demonstrates how to encrypt and decrypt text using CryptoJS. It allows users to securely encode and decode messages using an encryption key.
- Encrypt text with a chosen encryption key
- Decrypt encoded text using the same encryption key
- Easy-to-use interface
- Built with HTML, CSS, and JavaScript
- Utilizes CryptoJS library for encryption and decryption
- Enter text and encryption key in the provided fields
- Click "Encrypt" to encode the text
- Use the same encryption key to decrypt the encoded text
- Explore the encrypted and decrypted results
- Clone the repository or download the ZIP file.
- Open the
index.html
file in your web browser. - Start encrypting and decrypting text!
- Developed by Alejandro Loaiza
- Built with Materialize framework
- Utilizes CryptoJS library for encryption
This project is licensed under the MIT License.