OSS video conferencing service 'Jitsi Meet' plans to support end-to-end encryption
This is what end-to-end encryption should look like!
https://jitsi.org/blog/e2ee/
For communications involving a large number of people, such as video conferencing, WebRTC is used via a server called SFU , and Jitsi Meet implements SFU as Jitsi Videobridge (JVB). Although communication is encrypted on the network, it is necessary to decrypt the communication relayed by JVB, and there is a risk that the communication will be intercepted if JVB is allowed to access it.There is a problem with WebRTC encryption using SFU. It was a point.
A movie that actually tested E2EE with Jitsi Meet has also been released.
The screen shows three people having a fun conversation. These three people each have a key to encrypt the communication, so they can talk normally, but...
If the person on the bottom right who does not have the key participates, the encrypted communication cannot be decrypted, so the images of the other three people are noisy and it is not possible to talk.
When the person in the bottom right holds the key, they can now talk to the other three people.
Jitsi commented, 'End-to-end encryption is in progress to protect your Jitsi Meet communications. Stay tuned!'
Related Posts:
in Software, Web Service, Posted by darkhorse_log