Singapore's deployment numbers tell a striking story: 80% awareness, 65% adoption, and one in seven consumers who've experienced a breach in the past year. The FIDO Alliance reports 5 billion passkeys now active worldwide, and CISOs are asking whether it's time to deprecate passwords entirely or maintain a hybrid approach while the ecosystem matures.
This isn't a theoretical question. You're deciding right now whether to budget for passkey infrastructure, how to handle legacy applications, and whether your users are ready for a passwordless experience. The debate breaks down into two camps with legitimate technical and operational concerns on both sides.
The Case for Full Retirement
Practitioners pushing for complete password deprecation point to fundamental architectural advantages. FIDO2 passkeys eliminate the shared secret problem that makes passwords inherently vulnerable. When your authentication credential never leaves the device and every login requires cryptographic proof of possession, you've removed entire attack classes: credential stuffing, password spraying, and phishing all stop working.
The operational argument is equally compelling. Password reset tickets consume helpdesk resources at scale. Complexity requirements drive users toward predictable patterns or password reuse across accounts. You're spending money enforcing policies that make passwords marginally harder to guess while users find ways around those controls.
From a compliance perspective, phishing-resistant authentication is becoming a requirement, not a recommendation. NIST's updated guidance and emerging regulations treat Multi-Factor Cryptographic Devices as the baseline for high-assurance authentication. If you're building toward that standard anyway, maintaining password infrastructure becomes technical debt.
The Singapore data suggests user readiness isn't the barrier it once was. When 65% of a population has already enabled a passkey somewhere, you're not introducing an unfamiliar concept. You're standardizing on something users already understand from their consumer accounts.
The Case for Hybrid Coexistence
The counterargument focuses on ecosystem gaps and operational reality. Your enterprise runs applications that won't support FIDO2 for years, if ever. That legacy ERP system, the specialized manufacturing software, the partner portal built in 2015 and never updated: they authenticate with usernames and passwords. You can't retire what you still depend on.
Recovery scenarios expose another complexity. When a user loses their device or their passkey gets corrupted, what's your fallback? Most implementations keep passwords as the recovery mechanism, which means you haven't actually eliminated the attack surface. You've just moved it to the exception path, where it may receive less security scrutiny.
Cross-platform support remains inconsistent. Desktop applications, mobile apps, and web services handle passkeys differently. Windows Hello, Touch ID, and Android's credential manager don't offer identical experiences. You're asking users to navigate platform-specific implementations while your support team fields questions about why the flow looks different on their laptop versus their phone.
The cost argument matters for organizations without unlimited budgets. Passkey infrastructure requires investment in compatible identity providers, updated authentication libraries, device management for cryptographic keys, and user education. If passwords still work and your breach rate is low, the business case for wholesale replacement gets harder to justify.
Where Practitioners Actually Land
Most security teams are running parallel systems. They're enabling passkeys for new applications and high-risk accounts while maintaining password authentication for legacy systems and recovery paths. This creates complexity but acknowledges reality: you can't flip a switch and go passwordless when your application portfolio spans two decades of authentication patterns.
The practical deployment pattern looks like progressive enhancement. Start with administrative accounts and privileged access. Require passkeys for VPN and cloud infrastructure. Offer them as an option for standard users, then measure adoption before making them mandatory. This staged approach lets you identify friction points without breaking critical workflows.
Recovery becomes the design constraint. Some organizations implement hardware security keys as the primary passkey storage, with a secondary key stored in a secure location as backup. Others use device-based passkeys but maintain a separate recovery flow through identity verification that doesn't rely on passwords. Neither solution is perfect, but both acknowledge that "what if the user loses access" is a question you must answer before deprecating passwords.
Our Take
Retire passwords where you can, but don't pretend you can eliminate them everywhere tomorrow. The technology works and the security benefits are real: phishing-resistant authentication genuinely closes attack vectors that passwords can't defend against. Singapore's adoption numbers prove user acceptance isn't the blocker.
But full retirement requires honest assessment of your application portfolio and recovery architecture. If you're still running systems that authenticate via LDAP bind or form-based login with no federation layer, those systems need passwords until you replace them. That might be years.
The right move is aggressive but pragmatic: set a deprecation timeline for password-only authentication, require passkeys for new applications and privileged access, and build a migration plan for legacy systems. Treat passwords like you'd treat any deprecated technology: no new dependencies, active remediation of existing use, and a clear end date even if that date is further out than you'd prefer.
The one in seven breach rate in Singapore suggests passwords are failing at their core job. You don't need to wait for perfect passkey support across every application to start reducing your exposure. You do need to acknowledge that hybrid authentication is your reality for the next several years, and design your security controls accordingly.





