How to Play an Encrypted Video File Directly with openssl and mpv
openssl
と mpv
を使用して暗号化された動画ファイルを直接再生する方法
やむを得ない事情により, 復号したファイルを保存できない場合があるかもしれない.
openssl
と mpv
を使用することで, 暗号化された動画を直接再生することができる.
Example
Assume that your file vvv.enc
is encrypted with AES256-CBC with salt, and the passphrase is wholesome
.
You can decrypt it and play the movie with the following command:
$ openssl enc -d -aes-256-cbc -salt -pass pass:wholesome -in vvv.enc | mpv --force-seekable -