Skip to content

Encryption

Vitek edited this page Nov 30, 2016 · 3 revisions

You can encrypt both video and audio with 128-bit AES CTR encryption. Use is simply to pass --encryption option:

uv -t  -s  --encryption <key_material> 

And to receiver to pass the same password

uv -d  -r <audio_playback> --encryption <key_material> 

Clone this wiki locally