conorpp / u2f-zero

U2F USB token optimized for physical security, affordability, and style
Other
2.41k stars 200 forks source link

expand u2f-zero to include OpenPGP #75

Closed nimbius closed 6 years ago

nimbius commented 6 years ago

How do we expand this project to include OpenPGP capability? If Yubikey can include OTP+OpenPGP surely u2f-zero can include an OpenPGP version either separate, or integrated with the existing device.

conorpp commented 6 years ago

It wouldn't be feasible with the current version of U2F Zero since there's only 16 KB of program memory and most of it is used already for U2F application.

A future version could do this but the microcontroller would have to be upgraded. I just created #76 for this.