-
Notifications
You must be signed in to change notification settings - Fork 6
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
NET - Make research on encryption #88
Comments
Solution:
P2P encryption:
Relay forwarding encryption (end-to-end encryption):
Changes:
Compatibility considerations:
|
👍 I would add explicit information whether information forwarded by relay/repeater is end-to-end encrypted. If only one node supports encryption, we could introduce partial encryption only on node <-> relay path. Also special care should be taken to handle change of size of packet before and after encryption. (Would encrypted data be longer than unencrypted? Will it still fit within packet limits?) |
Edited
Supporting both versions isn't a goal. We expect that at some point all Nodes will update yagna and whole communication will be encrypted. This solution is only for transitional period
Already included: |
The possible encryption scheme set is limited to those relying on a derived shared secret. We should either:
|
We will rely only on secret-based algorithm at this point |
Why:
What:
The text was updated successfully, but these errors were encountered: