keycard-go/README.md

30 lines
637 B
Markdown
Raw Normal View History

2019-03-11 12:40:05 +00:00
# keycard-go
2018-11-09 09:59:22 +00:00
2019-03-01 17:44:07 +00:00
`keycard-go` is a set of Go packages built to interact with the [Status Keycard](https://github.com/status-im/status-keycard).
2018-11-09 09:59:22 +00:00
2019-03-18 21:18:52 +00:00
If you only need a tool to initialize your card, check out [keycard-cli](https://github.com/status-im/keycard-cli).
2019-03-27 09:36:28 +00:00
## Keycard commands
- [x] SELECT
- [x] INIT
- [x] OPEN SECURE CHANNEL
- [x] MUTUALLY AUTHENTICATE
- [x] PAIR
2019-03-27 12:10:33 +00:00
- [x] UNPAIR
2019-03-27 09:36:28 +00:00
- [x] GET STATUS
2022-08-02 10:18:52 +00:00
- [x] STORE DATA
- [x] GET DATA
2019-03-27 09:36:28 +00:00
- [x] VERIFY PIN
2019-03-28 10:35:34 +00:00
- [x] CHANGE PIN
2022-08-02 10:18:52 +00:00
- [x] UNBLOCK PIN
- [x] LOAD KEY
2019-03-27 09:36:28 +00:00
- [x] DERIVE KEY
2021-10-19 09:24:00 +00:00
- [x] GENERATE MNEMONIC
2019-03-27 12:10:33 +00:00
- [x] REMOVE KEY
2019-03-27 09:36:28 +00:00
- [x] GENERATE KEY
- [x] INIT
- [x] SIGN
- [ ] SET PINLESS PATH
2021-10-19 08:34:19 +00:00
- [x] EXPORT KEY