Hacker News new | past | comments | ask | show | jobs | submit login

The one in the pictures uses a EFM32 Jade/Pearl [1]. More details are in the discussion on github: [2].

[1] https://www.silabs.com/products/mcu/32-bit/efm32-pearl-gecko

[2] https://github.com/conorpp/u2f-zero/issues/76




That's a better MCU, but aren't they using a secure element to store keys?


Right. Why not add a ATECC608A?


ATECC608A is nice but can't provide total key isolation with the key derivation method most U2F keys use. E.g. it calculates the key using an HMAC, it gets sent back to MCU, the MCU writes it as a private key back to the ATECC608A to be used for signature. Also the ATECC608A requires an NDA.

Given this, I think having a 1 chip solution really simplifies the design and allows more flexibility.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: