Skip to content

Releases: kdippan/SecurePixel

SecurePixel v1.0.0 - Initial Launch

12 Jan 10:35
9e09356

Choose a tag to compare

🚀 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.html fallback).
  • 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:

  1. Download the Source code (zip) below.
  2. Extract the folder.
  3. Open index.html (via a local server like Live Server or Python http.server).

Built with ❤️ for a safer internet by Dippan Bhusal.