Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 721 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 721 Bytes

Encryption_Decryption

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.

Features

  • 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.

Technologies Used

  • HTML: Structure of the web application.
  • CSS: Styling for the web application.
  • JavaScript: Functionality for encryption, decryption, and link detection.