2021-02-08 22:26:49 +00:00
|
|
|
User story checklist:
|
|
|
|
|
|
|
|
C++ implementation:
|
|
|
|
|
|
|
|
- (X) Generate human secret key
|
|
|
|
- (X) Generate machine secret key
|
|
|
|
- (X) Certify signing key with root secret key
|
|
|
|
- ( ) Sign payload with signing key
|
|
|
|
- ( ) Verify payload with root pubkey
|
|
|
|
|
|
|
|
Todo:
|
|
|
|
|
2021-01-19 22:52:02 +00:00
|
|
|
- Use libsodium's secure memory when handling keys / seeds / passphrases
|
2021-01-19 23:59:49 +00:00
|
|
|
- Test on Windows (machine_id won't work)
|
2021-02-18 19:08:31 +00:00
|
|
|
- Impl https://www.rfc-editor.org/rfc/rfc8959.txt
|