NikolayBlagoev / DecCom-Python

Decentralised communication with Python made easy
MIT License
0 stars 0 forks source link

Peer to peer secret key negotiation #11

Closed NikolayBlagoev closed 7 months ago

NikolayBlagoev commented 7 months ago

Use https://www.signal.org/docs/specifications/x3dh/ Peers negotiate secret keys even if one is not online (network should keep their information instead of a server)

NikolayBlagoev commented 7 months ago

Instead of x3dh, currently they use dh. This allows them to perform this agreement asynchronously

NikolayBlagoev commented 7 months ago

Will be improved later