← All stories
● Covered by 1 source · 1 reportMedium impact

New Proposal for Interoperable Passkey Records and Go API Announced

A new specification for interoperable passkey records, inspired by Password Hashing Competition Strings, aims to simplify the integration of passkeys in applications. This proposal allows developers to handle passkey records as opaque strings, making implementation more efficient and reducing complexity in database interactions.

Key points

  • New specification borrows syntax from Password Hashing Competition Strings
  • Allows handling passkeys as opaque strings
  • Simplifies server-side implementation of passkeys

Introduction to the Specification Proposal

The increasing threat of phishing attacks has made passkeys a crucial element in information security. Unlike traditional password systems, passkeys provide enhanced phishing resistance, but their implementation can be complex on the server side due to the need for browser interactions.

Current Guidance and Limitations

Following the WebAuthn specification, various experts suggest different database designs to store credential records. Common recommendations include handling records with a primary key and fields for public keys and backup states. Despite guidance to utilize authentication libraries, non-interoperable database schemas may complicate the process for developers.

Proposal for Interoperable Passkey Records

The proposal from c2sp.org outlines a method for creating interoperable passkey records that abstract the complexity of server-side implementation. This approach leverages familiar structures, allowing web developers to manage passkeys similarly to password authentication.

Technical Details of the Record Structure

The specification defines a record structure in a format resembling PHC Strings, where transport methods are included as parameters. The new format comprises important record fields already defined in the WebAuthn standard, enabling seamless implementation and enhancing interoperability across applications.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~23 min · 20 stories · Jul 20

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

A new specification for interoperable passkey records, inspired by Password Hashing Competition Strings, aims to simplify the integration of passkeys in applications. This proposal allows developers to handle passkey records as opaque strings, making implementation more efficient and reducing complexity in database interactions.