-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding AES-256 and AES-256-CTR encryption methods #6018
Conversation
Test playlist can be found here: https://jvaryhlstests.blob.core.windows.net/hlstestdata/playlist_encrypted.m3u8 |
Note: This functionality has already been added to ShakaPlayer and will appear in version 5.0 |
Please rebase once #6015 is merged. |
7dcc65c
to
a93ad26
Compare
Description
Adding AES-256 and AES-256-CTR encryption methods (full segment, as AES-128)
Context
Need stronger encryption scheme than AES-128 for CCTV scenario, in the short-mid term.
See more context & informal addendum to rfc8216 at :
https://mailarchive.ietf.org/arch/msg/hls-interest/RZBgatOvI4W0M0J5cShuXWzdigg/
Are there any points in the code the reviewer needs to double check?
Limitations
Checklist
- Not an official change yet?