Releases: kdippan/SecurePixel
Releases · kdippan/SecurePixel
SecurePixel v1.0.0 - Initial Launch
🚀 SecurePixel v1.0.0 - Initial Launch
We are excited to announce the first official release of SecurePixel, a privacy-focused tool that allows you to encrypt images directly in your browser using military-grade cryptography.
Live Demo: https://securepixel.dippanbhusal.tech
✨ What's New?
🔒 Core Security
- Client-Side Encryption: Implemented AES-256-GCM encryption. No data leaves the user's device unencrypted.
- Visual Noise Steganography: Encrypted data is mapped to pixels, creating a valid "static/noise" PNG image.
- Secure Context: Key derivation using PBKDF2 (100,000 iterations).
☁️ & ⚡ Features
- Auto-Cloud Sync: Integrated ImgBB API to automatically upload encrypted noise images for instant sharing.
- Bulk Processing: Drag & drop support for encrypting/decrypting multiple images at once.
- PWA Support: Fully installable as a desktop or mobile app with offline capabilities (
offline.htmlfallback). - Image Viewer: Built-in secure full-screen viewer for decrypted images.
- Zip Downloads: Download all processed files in a single zip archive.
🎨 UI/UX
- Responsive Design: Mobile-first architecture using Tailwind CSS.
- Dark Mode: Automatic system detection with manual toggle.
- Animations: Smooth transitions powered by
anime.js.
📦 Installation
You can run this release locally without any build steps:
- Download the
Source code (zip)below. - Extract the folder.
- Open
index.html(via a local server like Live Server or Pythonhttp.server).
Built with ❤️ for a safer internet by Dippan Bhusal.