├── LICENSE
├── README.md
├── Text.html
├── encryptor.html
├── image
├── ED.png
├── NEW.png
├── kk.jpg
└── lock-picture.png
└── index.html
/LICENSE:
--------------------------------------------------------------------------------
1 | Copyright (c) 2025 GxAniket
2 | All Rights Reserved.
3 |
4 | This source code and its contents are protected by copyright law.
5 | You may not copy, modify, distribute, or use any part of this code
6 | without explicit written permission from the author.
7 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
🔐 Encryptor ⇄ Decryptor — Secure Your Files in Browser
2 |
3 |
4 |
5 |
6 |
7 | ---
8 |
9 | ## 📦 Overview
10 |
11 | **Encryptor ⇄ Decryptor** is a browser-based encryption tool that helps you secure any file using modern cryptographic methods — completely offline.
12 | Built with **Vanilla JS** and **Web Crypto API**, it provides a clean UI and strong **AES-GCM encryption** for all file types.
13 |
14 | ---
15 |
16 | ## ✨ Features
17 |
18 | - 🔒 Client-side encryption & decryption — **no server involved**
19 | - 🛡️ AES-GCM encryption with password protection
20 | - 📁 Works with **any file format** (images, docs, zips, etc.)
21 | - ⚡ Fully offline & instant – no installations or uploads
22 | - 🎯 Easy-to-use interface with helpful instructions
23 | - 🌐 Compatible with modern browsers (Chrome, Firefox, Edge)
24 |
25 | ---
26 |
27 | ## 🧩 Project Structure
28 |
29 |
107 |
108 | ---
109 |
110 | ## 💬 Let’s Connect!
111 |
112 | If you like the project, don’t forget to ⭐ star it — that motivates me to keep building cool stuff!
113 | Have feedback or suggestions? Connect on LinkedIn or raise an issue.
114 |
115 | ---
116 |
117 | ## 🧾 License
118 |
119 | This project is open-source and available under the [MIT License](LICENSE).
120 | Feel free to fork, improve, and build upon it — attribution is appreciated 💙
121 |
122 | ---
123 |
--------------------------------------------------------------------------------
/Text.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Encryptor-Decrpytor
7 |
8 |
146 |
147 |
148 |
149 |
150 |
151 | Encryptor Text - Decryptor Text
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
About Encryptor - Decryptor
173 |
The Text Encryptor - Decryptor is a secure web-based utility that allows users to encrypt and decrypt text using a custom password (key).
174 |
This ensures that your message remains private and can only be accessed by someone who knows the correct key.
169 | The File Encryptor ⇄ Decryptor is a secure, browser-based application developed to help users protect their personal or sensitive files through strong encryption techniques. It allows you to encrypt any file using a password and later decrypt it only with the correct password.
170 |
171 |
172 | All encryption and decryption processes are handled entirely on your device. No data is uploaded or stored anywhere, making this tool completely private and secure.
173 |
This tool provides a secure and easy way to encrypt and decrypt your sensitive text and files. Whether you need to protect private messages or secure important documents.
212 |
our solution ensures your data remains confidential.
213 |
Choose between text encryption for quick messages or file encryption for larger documents. We are committed to providing robust and user-friendly encryption services.