https://github.com/timessless01/encryptify
Encryptify is a **privacy-first** Chrome extension that lets you *encrypt and decrypt text* directly in your browser using *AES-256* (military-grade encryption).
https://github.com/timessless01/encryptify
aes-256 encryption-decryption password-manager privacy security
Last synced: 4 days ago
JSON representation
Encryptify is a **privacy-first** Chrome extension that lets you *encrypt and decrypt text* directly in your browser using *AES-256* (military-grade encryption).
- Host: GitHub
- URL: https://github.com/timessless01/encryptify
- Owner: Timessless01
- Created: 2025-08-15T11:30:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-15T12:13:07.000Z (11 months ago)
- Last Synced: 2025-10-30T18:47:58.433Z (8 months ago)
- Topics: aes-256, encryption-decryption, password-manager, privacy, security
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
- Roadmap: Roadmap.md
Awesome Lists containing this project
README
🔐 **Encryptify - Secure Browser Encryption**
!\[Extension Screenshot](screenshots/preview.png)
\*A client-side AES-256 encryption tool for Chrome and Firefox.\*
**Features**
\- \*\*Military-grade encryption\*\* (AES-256 with PBKDF2 key derivation)
\- \*\*Zero data collection\*\* - Everything happens in your browser
\- \*\*Password verification\*\* - Prevent encryption mistakes
\- \*\*Secure password generator\*\* - Create strong passwords instantly
\- \*\*Clipboard integration\*\* - Copy encrypted/decrypted text easily
\- \*\*Modern UI\*\* - Clean, intuitive interface
**Installation**
**Chrome/Edge/Brave**
1\. Download this repo as ZIP
2\. Unzip the files
3\. Go to `chrome://extensions`
4\. Enable "Developer mode" (toggle top-right)
5\. Click "Load unpacked" and select the unzipped folder
**Firefox**
1\. Install \[web-ext](https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/)
2\. Run `web-ext run` in the project directory
🛠️ **How It Works**
1\. \*\*Encrypt\*\*: Enter text → Set password → Get encrypted output
2\. \*\*Share\*\*: Send the encrypted text to anyone
3\. \*\*Decrypt\*\*: Paste encrypted text + password → Get original text
All processing happens \*\*locally\*\* - no servers, no tracking.
📦 Files Structure
encryptify/
├── icons/ # Extension icons
├── screenshots/ # Store promo images here
├── background.js # Background service worker
├── popup.html # Main interface
├── popup.js # Core encryption logic
├── manifest.json # Extension configuration
└── README.md # This file
🔒 Privacy Guarantee
- No analytics or tracking
- No data leaves your browser
- Open-source and auditable
Read our full policy: [https://github.com/Timessless01/Encryptify/blob/main/privacy-policy.md)
🤝 Contributing
Found a bug? Want to improve Encryptify?
1. Fork the repo
2. Create a branch (`git checkout -b feature/improvement`)
3. Commit changes (`git commit -m 'Add new feature'`)
4. Push to branch (`git push origin feature/improvement`)
5. Open a Pull Request
💡 **Pro Tip**: Use generated passwords with at least 12 characters for maximum security.