A simple web-based notepad application that allows users to encrypt and decrypt their notes. This project demonstrates basic encryption and decryption functionalities using JavaScript.
- Encryption: Secure your notes with a key and initialization vector.
- Decryption: Retrieve your secured notes using the same key and initialization vector.
- Linkify: Automatically detect and convert URLs into clickable links.
- Responsive Design: Optimized for various screen sizes.
- HTML: Structure of the web application.
- CSS: Styling for the web application.
- JavaScript: Functionality for encryption, decryption, and link detection.