-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Key Chain #2
Comments
A special key
|
A key store must
|
An import/export mechanism for the key is required. Export is to a single recipient (peer) and should only be readable by the recipient. Implies encrypting the exported key with recipient's public key. |
On second thought Sign/Verify/Encrypt/Decrypt is a messy interface to the
where
|
The key chain code is now at https://github.com/libp2p/js-libp2p-keychain |
The
key store
is used to manage asymmetrical keys. In particular, it holds the key used to encrypt/decrypt of the dag'sDataKey
.It has a specification , API and an implementation in GO.
Key store commands are implemented GO.
The text was updated successfully, but these errors were encountered: