Skip to main content
A Singapore Government Agency Website How to identify
Official website links end with .gov.sg
Government agencies communicate via .gov.sg websites (e.g. go.gov.sg/open). Trusted websites
Secure websites use HTTPS
Look for a lock () or https:// as an added precaution. Share sensitive information only on official, secure websites.

Government officials will never ask you to transfer money or disclose bank log-in details over a phone call.

Cyber Security Agency of Singapore
Advisories

Understanding Passwordless Authentication

26 August 2026

Passwords have been the primary method of authentication for decades, but they remain a common target for threat actors. It's time to rethink how we verify identities online.

During authentication: 1.	The website generates a unique random challenge. 2.	The user's device verifies the user's identity locally using biometrics or a device PIN. 3.	The device uses the private key to digitally sign the challenge. 4.	The signed response is returned to the website. 5.	The website verifies the signature using the stored public key. The private key never leaves the user's device.
Back to top