Open aparcar opened 5 years ago
@axn what cryptographic primitives are you currently using?
This issue is handled by me for the purposes of Google Summer of Code 2019.
For any clarification on the approach, tips for the implementation or requested functionality, please comment on this thread.
I assigned the issue to you, make us proud!
Progress Update:
connections between nodes are mostly via unencrypted wireless connections. to add some security it would be reasonable to encrypt tunnel connections. these happen mostly between a node and a uplink gateway the client trusts.
the current tunnel plugin could be rewritten to use wireguard or an addition plugin is used, as wireguard slows throughput on devices with low resources
the public keys should be announced via descriptive messages
generally it could be worth some research to change the current crypto keys to the ones used by wireguard