Skip to content

Commit

Permalink
Mention that the key sizes is unknown in Matroska and handled outside…
Browse files Browse the repository at this point in the history
… of it
  • Loading branch information
robUx4 committed Aug 5, 2023
1 parent ad46951 commit 4a7f27a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,12 @@ Encryption information is stored in the `ContentEncodings Element` under the `Co
For encryption systems sharing public/private keys, the creation of the keys and the exchange of keys
are not covered by this document. They have to be handled by the system using Matroska.

The algorithms described in (#ContentEncAlgoValues) support
different modes of operations and key sizes. The specification of these
parameters is required for a complete solution, but is out of scope of this
document and left to the proprietary implementations using them or subsequent
profiles of this document.

The `ContentEncodingScope Element` gives an idea of which part of the track are encrypted.
But each `ContentEncAlgo Element` and its sub elements like `AESSettingsCipherMode` really
define how the encrypted should be exactly interpreted.
Expand Down

0 comments on commit 4a7f27a

Please sign in to comment.