An open API service indexing awesome lists of open source software.

https://github.com/sb-child/unsafe-key-source

[WIP] Source code: The most unsafe usb security key that support FIDO2 protocol | 可能是最不安全的安全密钥
https://github.com/sb-child/unsafe-key-source

fido fido-device-onboard fido-u2f fido2 rust rust-embedded stm32 stm32f103c8t6 u2f usb-hid

Last synced: about 1 year ago
JSON representation

[WIP] Source code: The most unsafe usb security key that support FIDO2 protocol | 可能是最不安全的安全密钥

Awesome Lists containing this project

README

          

# unsafe{key}

**正在进行中,目前不能用**

最不安全的支持 FIDO2 协议的安全密钥

## [> English version <](./README.md)

## 电路板

(准备测试, 尚未开源)

## 源代码

当前进度:

- [ ] FIDO2 协议
- [x] USB HID
- [x] 数据收发
- [ ] 数据包
- [x] 基本数据结构
- [ ] 数据分片
- [ ] U2F(CTAP1) 协议
- [ ] CTAP2 协议
- [ ] 未完待续...