Skip to content

Encryption

MartinPulec edited this page Jul 2, 2018 · 3 revisions

You can encrypt both video and audio with 128-bit AES CTR encryption. Simply pass --encryption option to both sender and receiver:

uv -t <vidcap> -s <audcap> --encryption <key_material> <receiver>

And to receiver to pass the same password

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

Please note that the encryption currently ensures only confidentiality. As a hash, CRC-32 is used, so it doesn't guarantee cryptographical integrity now.

Clone this wiki locally