I'm putting the finishing touches on Privacy Bar, a client-side Chromium extension built on a strict "Servers are Evil" philosophy.
The core idea: Every security operation from password generation to file encryption should happen entirely in local browser memory with zero cloud backends, zero remote vaults, and zero tracking calls.
What we're bringing to the launch:
Vault-less Password Engine: Synthesizes deterministic credentials on the fly from a Master Key (no database to breach or sync).
Privacy Bar is a serverless, 100% client-side extension built on a strict "Servers are Evil" design. Every cryptographic operation runs locally in browser memory with zero cloud backends or external APIs.
• Vault-less Passwords: Synthesizes credentials on the fly—no database to breach.
• Local Security: Client-side text/file encryption & image steganography.
• Post-Quantum Ready: Implements NIST ML-KEM (FIPS 203) key encapsulation.
• Zero-Knowledge: Memory guards with automatic auto-wipe.