Skip to content
Snippets Groups Projects
Commit 6e4f70a8 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

Add a protocol handler for AES CBC decryption with PKCS7 padding


This can later be extended to support other AES bit sizes,
encryption, other crypto algorithms, reading the key from a URL, etc.

In order to use it, the key and initialization vector has to be
passed via AVOptions. Since such options can't be passed to
protocols from the command line, the protocol is currently
only for libavformat internal use.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent d5c5a1c7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment