Skip to content
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

Identity #5

Open
decanus opened this issue Sep 7, 2019 · 1 comment
Open

Identity #5

decanus opened this issue Sep 7, 2019 · 1 comment
Assignees
Milestone

Comments

@decanus
Copy link
Member

decanus commented Sep 7, 2019

Problem

Currently in the UB.swift the node ID is based on the on the Transport. This isn't optimal as there is no verifiability that a message really originally came from a certain node. Any malicious node could change who the sender was.

Solution

Nodes should hold private keys with which they sign to ensure that they really are the original sender of a message, this means no middle node can change the original sender.

Notes

@decanus decanus added this to the v0.3.0 milestone Sep 7, 2019
@decanus decanus self-assigned this Sep 7, 2019
@decanus
Copy link
Member Author

decanus commented Oct 1, 2019

Identity and Known Services can be exposed using the advertisementData in bluetooth.

@decanus decanus added this to To do in Ultralight Beam Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant