holtwick / peer2school

👩🏻‍🏫 Simple P2P teaching platform starting from the 1st class
https://peer-school.apperdeck.com
MIT License
169 stars 67 forks source link

End-to-end encryption #68

Open holtwick opened 4 years ago

holtwick commented 4 years ago

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.

holtwick commented 4 years ago

https://webrtchacks.com/you-dont-have-end-to-end-encryption-e2ee/