This project is a simple file encryptor and decryptor that runs entirely in the browser. Users can drag and drop files to encrypt or decrypt them using a password they provide. The application supports both light and dark modes, and it uses the Web Cryptography API for secure encryption and decryption.
- 🌑 Dark Mode by Default: Toggle between dark and light modes with a simple switch.
- 🖱 Drag and Drop: Easily drag and drop files to encrypt or decrypt.
- 🔑 Password Protection: Enter a password to secure your files.
- 🔒 Client-Side Encryption: All encryption and decryption is done locally in the browser, ensuring your files never leave your device.
To get started with the File Encryptor, follow these simple steps:
- A modern web browser that supports the Web Cryptography API.
- Clone this repository to your local machine:
git clone https://github.com/emlncvsr/encryptor.git
- Navigate to the project directory:
cd file-encryptor
- Open the
index.html
file in your web browser to start using the encryptor.
-
Encrypt Files:
- Drag and drop files into the "Drag & Drop files here to encrypt" area.
- Enter a password in the "Enter encryption password" field.
- Click the "Encrypt" button.
- Download the encrypted files.
-
Decrypt Files:
- Drag and drop files into the "Drag & Drop files here to decrypt" area.
- Enter the password used for encryption in the "Enter encryption password" field.
- Click the "Decrypt" button.
- Download the decrypted files.
file-encryptor/
│
├── index.html
├── assets/
│ ├── css/
│ │ └── styles.css
│ └── js/
│ └── script.js
└── README.md
- HTML5
- CSS3
- JavaScript
- jQuery
- Ionicons
- Web Cryptography API
Contributions are welcome! Please feel free to submit a pull request or open an issue if you have any suggestions or improvements.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to the creators of Ionicons for the beautiful icons.
- Inspired by various file encryption tools and web applications.