End-to-end encryption
holtwick opened this issue · 1 comments
holtwick commented
Full privacy is already provided for all parts of the app except video, due to scalability issues. See #63 #66 When using the optional direct video, encryption is in place.
In order to get e2e encryption applied to the video conferencing, there are some solutions on the horizon namely PERC or per-frame-encryption. See https://stackoverflow.com/a/42496925/140927 for details.