In my webrtc web app in Chrome, I used to specify my own encryption key by overriding the crypto information in the SDP. I am now migrating my webrtc web app to use DTLS-SRTP for encryption. With DTLS enabled, is there a way to tell Chrome which encryption key to send to the other client?
相关问题
- “Zero out” sensitive String data in Swift
- High cost encryption but less cost decryption
- C# Rijndael decryption returns extra question mark
- ICE vs STUN vs TURN
- DECRYPTBYPASSPHRASE is not working after creating
相关文章
- decrypt TLS 1.2 AES-GCM packet
- Decrypting EnvelopedCms with non-default Algorithm
- C# AES Rijndael - detecting invalid passwords
- Sanity check SSH public key? [closed]
- Unable to Mute HTML5 Video Tag in Firefox
- data encryption and key management in c#
- What is an openssl iv, and why do I need a key and
- How to apply padding for Base64
No you cannot specify your own keys since the actual keys are sent over a secure media connection and are not part of the SDP.