Posts tagged with “security”

FIDO2 Authenticator - USB Dongle

FIDO2 Authenticator - USB Dongle

After a long break, I’m back working on my FIDO2 authenticator! With BLE dropped from Chrome, I’ve shifted gears to USB—and that meant switching from ESP32 to STM32 (and soon RP2040). The latest prototype features a fingerprint scanner, secure element, and a fresh USB PCB. Still lots to build, but it’s moving again!

Read more...
The new form factor for the URU Key FIDO2 Authenticator

The new form factor for the URU Key FIDO2 Authenticator

While working on the URU Card project, I realized just how practical the credit card form factor really is—so I redesigned URU Key into URU Card Pro. It now fits in a wallet, runs on an ultra-thin Li-Ion battery, and includes a tiny OLED display for feedback. Same secure guts, much better usability!

Read more...
URU Card - minimal FIDO2 implementation with Arduino

URU Card - minimal FIDO2 implementation with Arduino

Finally, a working BLE-based FIDO2 authenticator on Arduino! The URU Card project now supports basic credential creation and authentication via ESP32. Still early-stage (with hardcoded keys for now), but it’s enough to pass WebAuthn tests in Windows—and it’s open for everyone to try and build on.

Read more...
URU Card - Arduino FIDO2 Authenticator

URU Card - Arduino FIDO2 Authenticator

After a lot of requests to open-source URU Key, I’m starting a new project—URU Card! It’s a wallet-sized, open-source FIDO2 authenticator with an OLED screen, touch keyboard, and ESP32 brain. No biometrics (for now), but secure, DIY-friendly, and easy to build with Arduino libraries. Want to join in?

Read more...
Latest news, URU Key project status and new project

Latest news, URU Key project status and new project

It’s been a while since the last URU Key update, but the project’s still alive and kicking! Chrome dropped BLE support (ouch), but Windows still plays nice. Plus, I got official docs from Fingerprint Cards (🎉), and even tested URU Key with Windows Hello. Oh—and a new open-source project is coming soon!

Read more...
URU Key - final hardware design

URU Key - final hardware design

Hardware is done! After months of prototyping, I finally finished the compact 40×15mm URU Key device—complete with ESP32, fingerprint scanner, security chip, LiPo battery, and USB-C. It’s basically a fitness tracker… but for secure authentication. Now onto the software (and maybe a proper case 😅).

Read more...
URU Key - fully autonomous prototype

URU Key - fully autonomous prototype

It’s official—URU Key is now a real, standalone device! I added the custom power board, used spring-loaded pins for easy firmware updates, and screwed everything together into a compact 35×20×10mm unit. Hardware’s basically done—now it’s time to dive deeper into the firmware, especially the biometric side.

Read more...
URU Key - an ESP32 FIDO2 Authenticator

URU Key - an ESP32 FIDO2 Authenticator

Everything’s finally coming together! I combined the ESP32, fingerprint scanner, and ATECC508A security chip into a single board—the first real version of my own FIDO2 Authenticator: URU Auth (You Are You). It’s handheld, it lights up, and it’s so close to being fully autonomous. Time to tackle power and fingerprint recognition!

Read more...
Using ATECC508A Cryptographic co-processor with ESP32

Using ATECC508A Cryptographic co-processor with ESP32

Time to tackle the ATECC508A crypto chip! I started building an ESP32 component library to use it in my FIDO2 Authenticator. One chip gave me trouble, but another worked perfectly. Lots of I2C fun, ECC signatures, and some helpful inspiration from SparkFun’s Arduino library. One step closer to full hardware-based security.

Read more...
ESP32 Authenticator device - first prototype

ESP32 Authenticator device - first prototype

The PCBs finally arrived—couldn’t resist jumping straight into assembly. Hot air soldering the ESP32 Pico D4 was a first for me, but surprisingly satisfying! The prototype is up and running, even on battery power. Now the real challenge begins: fingerprint scanning and matching. Let’s gooo!

Read more...
WebAuthN - authentication without password

WebAuthN - authentication without password

Ever heard of logging in without passwords? I stumbled upon the FIDO2/WebAuthn standard and it’s actually pretty cool—just your fingerprint and you’re in. I looked into how it works, its pros, and some open questions that still bug me (like… what if you lose the device?). Check it out!

Read more...