Can someone tell me for sure if this the case? In other words, we’re looking to see if direct communication with another individual is secure. We would use Apache Virtualhost with a Let’s Encrypt cert as the reverse proxy to secure Rocket.Chat.
In any DM you can click the key in contextual bar to start encrypted conversation. Messages are encrypted client side and only the other user can decrypt.
Upcoming I think this will be possible for private group chat as well.
I assume the basic peer-to-peer communication is encrypted, without the user needing to do anything special because all IMs go through the secure reverse-proxy. Right?
Hey @aaron.ogle, I do not want to sound harsh but I think one should also mention, that OTR in general works, yet has this critical bug (which, by the way, I think should be fixed ASAP - do you know the status of the GSOC OTR sutff/rewrite that seems to have been going on? Did something come out of that?)
Ah yes… The file upload thing. I have yet to use e2e and send a file. I always use for a quick conversation I don’t want to stick around. Like passing personal information needed to buy plane ticket or something.
But yes it should warn that files aren’t encrypted. At least in the session start. This would be a matter of just changing the i18n string.
I don’t know the status of the new and improved version.
Our implementation of End to End encryption has landed with 0.70.0. File encryption will be on the roadmap asap. It almost landed with file encryption but it was a bit too heavy so it had to be delayed.