keycard-go/README.md

30 lines
637 B
Markdown
Raw Normal View History

2019-03-11 13:40:05 +01:00
# keycard-go
2018-11-09 10:59:22 +01:00
2019-03-01 18:44:07 +01: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 10:59:22 +01:00
2019-03-18 22:18:52 +01: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 10:36:28 +01:00
## Keycard commands
- [x] SELECT
- [x] INIT
- [x] OPEN SECURE CHANNEL
- [x] MUTUALLY AUTHENTICATE
- [x] PAIR
2019-03-27 13:10:33 +01:00
- [x] UNPAIR
2019-03-27 10:36:28 +01:00
- [x] GET STATUS
2022-08-02 12:18:52 +02:00
- [x] STORE DATA
- [x] GET DATA
2019-03-27 10:36:28 +01:00
- [x] VERIFY PIN
2019-03-28 11:35:34 +01:00
- [x] CHANGE PIN
2022-08-02 12:18:52 +02:00
- [x] UNBLOCK PIN
- [x] LOAD KEY
2019-03-27 10:36:28 +01:00
- [x] DERIVE KEY
2021-10-19 11:24:00 +02:00
- [x] GENERATE MNEMONIC
2019-03-27 13:10:33 +01:00
- [x] REMOVE KEY
2019-03-27 10:36:28 +01:00
- [x] GENERATE KEY
- [x] INIT
- [x] SIGN
- [ ] SET PINLESS PATH
2021-10-19 10:34:19 +02:00
- [x] EXPORT KEY