miroslavpejic85 / mirotalkc2c

✨WebRTC - C2C - Real-time cam-2-cam video calls & screen sharing, end-to-end encrypted, to embed in any website with a simple iframe.
https://c2c.mirotalk.com
GNU Affero General Public License v3.0
232 stars 57 forks source link

About encryption #4

Closed Iridesscent233 closed 1 year ago

Iridesscent233 commented 1 year ago

What encryption method is used for end-to-end encryption? In which file?

miroslavpejic85 commented 1 year ago

Hello @Iridesscent233,

Encryption is a mandatory feature of WebRTC, and is enforced on all components in MiroTalk C2C. Resultantly, all media streams sent over WebRTC are securely encrypted, enacted through standardised and well-known encryption protocols. The encryption protocol used depends on the channel type, data streams are encrypted using Datagram Transport Layer Security (DTLS) and media streams are encrypted using Secure Real-time Transport Protocol (SRTP).

Please, for questions, discussions and supports, join with us on Discord Here you can find many answers about it and interact with the community.

Thank you and have a good weekend!

Iridesscent233 commented 1 year ago

Can I set the key myself?