1. The Zero-Knowledge Guarantee
SecurePass operates on an uncompromising Zero-Knowledge Architecture. When you use any tool on our website:
- No Passwords Stored: Passwords, passphrases, PINs, and keys generated by our engine are never sent to any server, database, or cloud instance.
- No Server Processing: All randomization is executed exclusively on your local machine using the client-side Web Cryptography API (
window.crypto.getRandomValues). - No Third-Party Telemetry: We do not embed surveillance analytics, third-party pixel trackers, or fingerprinting scripts.
2. Technical Verification
You can independently verify our privacy assertions at any time:
- Open your web browser’s developer console (F12 or Ctrl+Shift+I / Cmd+Option+I).
- Navigate to the Network tab.
- Click Generate New or move the password length slider.
- Notice that zero HTTP POST, GET, or WebSocket requests are fired when passwords are created.
3. Local Storage
SecurePass uses your browser’s localStorage solely for saving your interface preferences (such as Light or Dark theme mode). No personal data or generated credentials are ever stored in cookies or web storage.
4. Contact for Privacy Inquiries
If you have questions regarding our cryptographic privacy model, please visit our Security Policy or contact our engineering team directly at security@lakhandewangan.com.