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
A way to sign things using IPFS keys #2880
Comments
|
@whyrusleeping thoughts? |
|
This would require exposing a new API. |
|
@richardschneider has been working a ton on the |
|
Hopefully the Key API #1133 will be merged soon. Then the options |
|
A bunch of folks have also requested signed pubsub messages. |
|
@richardschneider Is it merged? If so, where is documentation how to use it? I would like to be able to sign some arbitrary data by one node private key, so it can be attributed forever to that node by any other node just by verification of signature. |
|
To be frank, I did a interview with protocol labs and they never got back to me. After a month I reached out and got a "Oh sorry we don't need you response". This after a year+ of contributing to the projects. I suggest you take a look at https://github.com/libp2p/js-libp2p-keychain Also, https://github.com/richardschneider/ipfs-encryption contains my original designs and questions |
|
I wish to use keystore and node keys in other software Any clarification is welcome. |
mitar commentedMar 6, 2017
So each peer has its own key (and optional additional keys), but it seems there is no API which would allow one to sign messages using those keys (except by storing them inside IPNS).
The text was updated successfully, but these errors were encountered: