Passkeys are the future of authentication - and implementing them on iOS is simpler than you might think. This practical guide covers registration and authentication flows using public-key cryptography with iCloud Keychain synced private keys.

🔗: https://tanaschita.com/ios-authentication-passkeys/ by Natascha Fadeeva (@tanaschita)

#iOS #Security #Passkeys

Implementing Passkeys in iOS with AuthenticationServices

Learn how passkeys work on iOS and how to implement passwordless authentication in your app using AuthenticationServices and the WebAuthn standard.

Here's another issue with #passkeys - here's me adding one to my login for a CMS I'm working on.

What in gods name does this prompt want from me? "Goeff"? "Harold"?

WHAT am I naming it for? Is it related to my machine? My browser? My account? WHAT THE FUCK DO YOU MEAN "name"?

Context. I have no clue what context you're in, passkey workflow.

Uhhh GitLab supports #Passkeys as a login option now.

HIBP just shipped a mega update: passkeys, k-anonymity searches, bulk domain verification API. No more manual verification loops — fully scriptable via DNS. Half the Fortune 500 uses this. Infrastructure the internet relies on. 🔑✅

#cybersecurity #infosec #HIBP #passkeys #API

Source: https://www.troyhunt.com/passkeys-k-anonymity-searches-massive-speed-enhancements-bulk-domain-verification-api/

HIBP Mega Update: Passkeys, k-Anonymity Searches, Massive Speed Enhancements and a Bulk Domain Verification API

For a hobby project built in my spare time to provide a simple community service, Have I Been Pwned sure has, well, "escalated". Today, we support hundreds of thousands of website visitors each day, tens of millions of API queries, and hundreds of millions of password searches. We're processing billions

Troy Hunt

Here’s one for the passkey implementation hall of shame.

1. The Lowe’s UI for managing passkeys gives the impression they’re disabled by showing this introductory text, TOS checkbox, and an Enable Passkey button. But they’re already active. That’s just how you register a new key.

2. The key list has no registration date, last-used date, or ability to edit the title. I have a passkey registered in 1Password and one on a YubiKey. Both are permanently named “Mac OS_Firefox”.

#passkeys #passkey

Ich kann gar nicht in Worte fasen, sie sehr ich diese Anmeldecodes per EMail oder SMS hasse... 🤬

#passkeys #TOTP

Add Woolworths (#73) · 2factorauth/passkeys@75c339e

FIDO2 Passkey directory. Contribute to 2factorauth/passkeys development by creating an account on GitHub.

GitHub

@Tutanota : rubbish.

Two WEAK locks may be LESS pointless than one WEAK lock, but they're still pointless. Go read https://www.csoonline.com/article/4147134.

U2F has been superseded by FIDO2 (hardware keys in WebAuthn mode) and Passkeys (example in Dutch: https://todon.nl/@ErikvanStraten/116285192238090438).

Both WebAuthn methods have advantages and disadvantages.

If you don't like them, use a trustworthy passwordmanager and:

• Let it create a unique, random, as long as possible, pw per account

• Make backups of the pw mngr database

• Device compromise means "game over"

• Use Autofill (easy in Android and iOS/iPadOS)

• If Autofill does not automatically retrieve your credentials, it probably is a fake (phishing) website. Do read https://www.troyhunt.com/a-sneaky-phish-just-grabbed-my-mailchimp-mailing-list/

Please stop misinforming people.

#WeakMFAsucks #Weak2FAsucks #FIDO2 #WebAuthn #Passkeys #AutoFill #KeePassium #KeePassDX

Yesterday I discovered how incredibly easy it is to steal session cookies and steal an account, even if it is protected by 2FA such as TotP, OTP or even push based authentication…. Yes, the initial vector is phishing, but those attacks are getting increasingly sophisticated and hard to detect. If you have high value accounts, and the option is available, use phising resistant second factors - the easiest being a passkey. This capability is built into most modern smartphones and dead easy to set up (though obviously if it is bound to the device it’s hard to use it on a different one, especially if you don’t have access to the device) or, ideally, a FIDO2 hardware key.
This has been your public service infosec announcement for the day.
#infosec #phishing #passkeys