The Open Way to Safe Logins
PrivyKey is a privacy-first, open-source authentication system designed to give users full control over their digital identity security. Instead of relying on closed-source or cloud-dependent authenticator apps, PrivyKey operates on a local-first, zero-knowledge model where all sensitive data remains encrypted on the user’s device. It is built to be transparent, auditable, and resistant to modern attack vectors such as phishing, database leaks, and account takeover attempts.
At its core, PrivyKey provides secure two-factor authentication (2FA) using Time-based One-Time Passwords (TOTP) fully compliant with industry standards. Each account is stored in a fully encrypted vault using strong cryptographic primitives, including Argon2id for key derivation and AES-256-GCM or ChaCha20-Poly1305 for encryption. This ensures that even if a device or storage layer is compromised, authentication secrets remain protected and unreadable.
Beyond basic 2FA, PrivyKey is designed as a modular authentication platform. Its architecture separates the UI, application logic, cryptographic engine, vault storage, and protocol handling into independent layers. This modularity allows each component to be independently audited, upgraded, or replaced without compromising system integrity. It also creates a foundation for future features such as hardware key support, WebAuthn integration, and encrypted multi-device synchronization.
PrivyKey also emphasizes usability without sacrificing security. Users can easily add accounts through QR code scanning or manual entry, manage multiple identities in a secure vault, and optionally create encrypted backups for recovery. The system is designed to function completely offline, ensuring authentication codes can always be generated without network access or external dependencies.
Overall, PrivyKey combines strong cryptographic design, open-source transparency, and a user-owned security model to create a modern alternative to proprietary authentication apps. It is built not just as a tool for today’s 2FA needs, but as a foundation for a broader, decentralized, and privacy-respecting identity ecosystem.

- PrivyKey – An open-source, privacy-first encrypted authentication app that generates secure 2FA codes while keeping all secrets stored locally in a zero-knowledge, fully encrypted vault.
