quantumish / blatherskite

Chat app backend in Rust
0 stars 2 forks source link

End to End Encryption #5

Open quantumish opened 2 years ago

quantumish commented 2 years ago

A user has requested end to end encryption for messaging via Diffie-Hellman encryption. Could likely be added to the Chatterbox codebase by using the x25519-dalek library?

quantumish commented 2 years ago

"Simple" label is deceptive here, but giving it a first try with x25519-dalek should be quick