Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

IPNS Research #92

Closed
bonedaddy opened this issue Jun 17, 2018 · 4 comments
Closed

IPNS Research #92

bonedaddy opened this issue Jun 17, 2018 · 4 comments

Comments

@bonedaddy
Copy link
Contributor

bonedaddy commented Jun 17, 2018

General IPNS Information

https://ipfs.io/docs/commands/#ipfs-name

IPNS Hashing

https://github.com/libp2p/go-libp2p-peer/

Security:

https://discuss.ipfs.io/t/is-ipns-susceptible-to-replay-attacks/456/7
ipfs/specs#31
ipfs/notes#63

@bonedaddy bonedaddy changed the title IPNS Security Research IPNS Research Jun 18, 2018
@bonedaddy
Copy link
Contributor Author

Maybe we should use ed instead of rsa, it allows for smaller keys saving considerable space
https://risan.io/upgrade-ssh-key-to-ed25519.html

@bonedaddy
Copy link
Contributor Author

This package will most likely be used for route53 integration
https://github.com/segmentio/go-route53

@bonedaddy
Copy link
Contributor Author

@bonedaddy
Copy link
Contributor Author

Something interesting to note, the more peers a node has appears to increase the publishing time. The guess is that the node has to process through more DHT increasing processing time. Perhaps we can increase record publishing time by making a dedicated "mini" ipfs node with a single peer. This mini node is used to publish the record to our main node, which we can then cause it to push out the record. This will allow for quick processing of IPNS entry creations.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant