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 | 可能是最不安全的安全密钥
- Host: GitHub
- URL: https://github.com/sb-child/unsafe-key-source
- Owner: sb-child
- License: gpl-3.0
- Created: 2022-12-28T13:41:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-28T19:19:32.000Z (over 2 years ago)
- Last Synced: 2024-04-17T16:13:20.479Z (about 2 years ago)
- Topics: fido, fido-device-onboard, fido-u2f, fido2, rust, rust-embedded, stm32, stm32f103c8t6, u2f, usb-hid
- Language: Rust
- Homepage:
- Size: 400 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-zhcn.md
- License: LICENSE
Awesome Lists containing this project
README
# unsafe{key}
**正在进行中,目前不能用**
最不安全的支持 FIDO2 协议的安全密钥
## [> English version <](./README.md)
## 电路板
(准备测试, 尚未开源)
## 源代码
当前进度:
- [ ] FIDO2 协议
- [x] USB HID
- [x] 数据收发
- [ ] 数据包
- [x] 基本数据结构
- [ ] 数据分片
- [ ] U2F(CTAP1) 协议
- [ ] CTAP2 协议
- [ ] 未完待续...