惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
量子位
G
Google Developers Blog
J
Java Code Geeks
N
Netflix TechBlog - Medium
博客园 - 聂微东
宝玉的分享
宝玉的分享
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
月光博客
月光博客
The Cloudflare Blog
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
雷峰网
雷峰网
M
MIT News - Artificial intelligence
T
Tailwind CSS Blog
V
Visual Studio Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - 三生石上(FineUI控件)
Microsoft Azure Blog
Microsoft Azure Blog
aimingoo的专栏
aimingoo的专栏
Martin Fowler
Martin Fowler
有赞技术团队
有赞技术团队
T
The Blog of Author Tim Ferriss

Yubico

Secure it Forward Spotlight: Cybersecurity as a key foundation for civic infrastructure Yubico expands OpenAI partnership to new countries as hardware-backed passkey mandate begins for Trusted Access for Cyber program Beyond overload: Yubico's measured approach to AI adoption Leading Yubico forward: Q2 reflections and securing the AI frontier What the European Central Bank’s October 2026 AI cyber mandate means for bank identity security The ‘Air-Gap Conundrum’: When Password Managers Meet the Data Center Floor The Defense Industrial Base Has a New #1 Cybersecurity Priority: Phishing-Resistant MFA RIP SMS: Microsoft transitioning to passkeys as default authentication method for Entra ID Beyond the login: Top 3 things developers need to know about YubiKey 5.8 OpenAI mandates hardware-backed passkeys for Trusted Access Cyber members to log into ChatGPT accounts Works with YubiKey Spotlight: Translating YubiKey logistics into enterprise cyber resilience with EgoMind’s Appterix Google Play Services adds support for NFC-enabled FIDO2 security keys: How Yubico makes Android passkey authentication seamless Post-quantum cryptography is now a federal mandate: Here’s what it means and what your agency should do now Salesforce enforces MFA for all employee logins: Here’s what you need to know Secure it Forward Spotlight: Cyber defenders as a force for resilience New Executive Order on AI: Identity as a critical foundation for trusted AI YubiKey 5 FIPS Series and YubiHSM 2 FIPS are now FIPS 140-3 validated: What it means for high assurance security Secure It Forward Spotlight: Securing independent journalism with Radio Free Europe / Radio Liberty The passkey spectrum: Importance of user choice in digital security journeys OpenAI’s Advanced Account Security program: Top 5 things Codex users need to know New to OpenAI’s Advanced Account Security program? Here’s how to add your YubiKey to ChatGPT accounts Leading Yubico forward: Q1 reflections and securing the AI frontier Building a safer AI journey: How to add your YubiKey to ChatGPT accounts OpenAI partners with Yubico: What it means for the future of AI-based workflows and the role of the human Works with YubiKey Spotlight: Securing the AI frontier and high-assurance infrastructure Yubico’s commitment to securing the future of digital identities: Reflecting on RSAC 2026 YubiKey as a Service expands to Ping Identity with pre-configured security keys Securing agentic AI: Why automation still needs human oversight Yubico officially lands in Singapore: Opening our third global headquarters Welcome to YubiNation Partners: Reimagining the Future of Channel Partnership to Secure Identity at Scale
Code and connections: Inside Yubico’s YubiKey 5.8 Hackathon
Mario Bodemann · 2026-08-11 · via Yubico

If you spent any part of this past week fueled by cold brew, rapid keystrokes, and late-night problem-solving, you already know: our recent YubiKey 5.8 Hackathon was an absolute blast!

From the second the clock started ticking to the final project submissions, the energy across our Slack channels and 24-hour live stream was off the charts. We had developers dive into building with the new YubiKey 5.8 firmware, pushing the boundaries of CTAP 2.3, ARKG (Asynchronous Remote Key Generation, also called previewSign) and PPUAT (Persistent PIN/UV Auth Token).

Late-night commits and well-earned brain breaks

Building cutting-edge cryptographic applications under time constraints is tough, but doing it alongside a passionate community makes all the difference. Between intense debugging sessions – like resolving HID transport permissions or setting up custom FIDO2 RP IDs—we made sure to prioritize essential brain breaks.]

Participants took time off from code to compete in Amanda Shultz’s (Manager of Program Management) ‘Real or Fake Tech Lighting Trivia’ Madan Abuja’s (Senior Director of Global Talent Acquisition)  ‘interactive presentation on Unconscious Bias’, and technical discussions with Yubico engineers. 

Overheard on the hackathon virtual floor: Three key insights

Some of the best insights didn’t come from the official stage – they happened in chatter, pull requests, and breakout channels. Hear directly from the developers that attended – below are three key technical themes participated in during the event:

1. Hardware security moves beyond login to AI agent authorization

A massive trend among projects like Digital-Hanko, Sentinel, TriageCore Signed Intent, and IntentLock was using YubiKey 5.8 to place a human-in-the-loop for autonomous AI agents. Instead of giving agents blank-check API keys, developers used previewSign to require a physical tap before an agent could execute high-risk operations like transferring money or modifying databases.

“Before the event, I mainly viewed YubiKeys as reliable devices for login security… Building changed my view by showing that a YubiKey can also serve as a hardware-backed approval boundary for sensitive AI agent actions.”

2. Authentication vs. action-specific authorization

Developers quickly realized the power of raw signing over arbitrary payload digests. By hashing canonical request data (payee, amount, action, nonce), projects like ActionSeal and SpendGuard proved that altering a single byte after human approval causes signature verification to fail.

previewSign is authorization, and the surrounding language is not… An authentication assertion asserts this key is present. A previewSign signature asserts this key approved these exact canonical bytes.”

3. Zero-touch scaling with ARKG math

Through Asynchronous Remote Key Generation (ARKG), developers derived fresh, mathematically unlinkable public keys offline without requiring a physical tap for every single credential. Projects like Sybil-Bounded Swarm demonstrated how a single touch can load an entire fleet’s hardware-backed authority for an epoch while preserving total verifier privacy.

“ARKG offline derivation is the real unlock. Deriving thousands of mutually-unlinkable P-256 keys from one seed with zero touches is genuinely new in 5.8 and it’s what lets a swarm be private and accountable at once.”

Bridging the gap: YubiKey 5.8 launch docs and repos are now live

Many of the submitted projects took direct advantage of features available in the new YubiKey 5.8 firmware release. Developers built applications across iOS, Android, macOS, .NET/Windows, Python, Rust, Go, and Node.js:

  • AI and agentic workflows: Digital-Hanko (LangChain AI agent gate with post-quantum ML-DSA-65 signatures), Sybil-Bounded Swarm, TriageCore Signed Intent.
  • Security and Zero Trust: ActionSeal, IntentLock, SpendGuard, ZTAutofill, env-lock.
  • Digital identity and wallets: Yubikey-Digital-Wallet, OnboardTrust, Digital-Hanko.

Whether you want to streamline passkey UX, explore CTAP 2.3 specs, or start raw signing using standard COSE P-256 keys, our updated documentation has you covered.

👉Explore the YubiKey 5.8 Developer Documentation & SDKs and the GitHub repository

Announcing the Hackathon Winners! 

A huge thank you to everyone who participated in our recent hackathon! The creativity, technical depth, and focus on real-world security challenges blew us away. While every project brought something unique to the table, two implementations stood out for their practical impact on cryptographic security and identity protection.

Here are our top winners and their groundbreaking projects:

Alex Seigler — hackathon-arkg-demo

Focus: Hardware Key Recovery & Disaster Management

Losing a hardware security key like a YubiKey is every security-conscious user’s worst nightmare. Alex took this head-on with hackathon-arkg-demo, demonstrating an elegant, reliable recovery flow using a backup key combined with ARKG (Asynchronous Remote Key Generation).

Why It Won:

  • Tackles a Pivotal User Barrier: Security keys are powerful, but fear of permanent lockout keeps teams from adopting them. 
  • Resilient Architecture: A backup key stored offline can still recover accounts it was never registered to, including accounts created after the key was locked away.

Tim Myers — Keybound

Focus: Browser Defense & Cookie Theft Mitigation

Session hijacking and cookie stealing remain among the most dangerous web attack vectors today. Tim’s project, Keybound, delivers a winning security architecture designed to lock down browser session tokens using ARKG principles.

Why It Won:

  • High-Impact Protection: By cryptographically binding browser sessions to the user’s YubiKey, Keybound renders stolen cookies useless to attackers operating outside the bound environment. 
  • Flawless Execution: The implementation stood out for its clean design, strong security guarantees, and slick user experience.
What’s next: Join our post-hackathon webinar!

The hackathon may be over, but the momentum is just getting started. Our upcoming webinar on August 13 at 8am PT will showcase real-world code breakdowns directly from the builders and learn from the impressive projects created. Below are some key highlights of what to expect during the webinar:

  • Winning Project Walkthroughs: Deep-dive code reviews of top projects utilizing ARKG and previewSign.
  • Core Engineering Q&A: Live technical discussion with Yubico engineers on CTAP 2.3, FIDO2 developments, and SDK updates.
  • Developer Roadmap: Sneak peek at upcoming developer initiatives, firmware tools, and future community events.

Don’t miss out – be sure to register for the official post-hackathon webinar here.

A massive thank you to everyone who participated, built, mentored, and cheered us on! We can’t wait to see what you build next with YubiKey 5.8. If you would like to stay tuned for our developer notifications visit us here: https://www.yubico.com/why-yubico/for-developers/