RightMesh / meshIM

An on- or off-line messaging app powered by RightMesh!
GNU General Public License v3.0
17 stars 8 forks source link

Revert encrypion. #37

Closed FrazerSeymour closed 6 years ago

FrazerSeymour commented 6 years ago

This PR undoes the commits adding encryption.

As implemented, both sides triggering a key exchange can result in both sides being unable to talk to each other, or trapped in a loop of key exchanges. We could have added code to make sure only one side initiates the exchange, but I opt to wait a little longer for the API to be more mature.