pywidevine
pywidevine copied to clipboard
Python implementation of Google's Widevine DRM CDM (Content Decryption Module)
**Is your feature request related to a problem? Please describe.** Currently RemoteCdm needs the Device Type, System ID and Security Level specified manually with absolutely no context to base off...
**Is your feature request related to a problem? Please describe.** This would help tremendously with user-experience of quick calls of the CDM through manual means, as well as the possibility...
**Is your feature request related to a problem? Please describe.** Users could abuse by spamming requests for all sorts of reasons. **Describe the solution you'd like** Something like Flask-Limiter but...
**Is your feature request related to a problem? Please describe.** Client code for pywidevine serve functionality currently has no way of getting information like required security level, or other misc...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.1 to 3.9.2. Release notes Sourced from aiohttp's releases. 3.9.2 Bug fixes Fixed server-side websocket connection leak. Related issues and pull requests on GitHub: #7978. Fixed web.FileResponse...
Has anyone ever managed to figure out what oemcrypto_core_message is? I've been looking into [this project](https://github.com/Avalonswanderer/wideXtractor) which includes info on OEMCrypto function calls, but I don't have an Android to...
Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1. Release notes Sourced from pycryptodome's releases. v3.19.1 - Zeil Resolved issues Fixed a side-channel leakage with OAEP decryption that could be exploited to carry...
I've noticed that on Chrome license's responses, the session key which is normally 256 bytes long to match the length of the device private key, now is 128 bytes. It...
Android devices are provisioned in factory using keyboxes, not with certificates. See for instance https://github.com/zybpp/Python/blob/master/Python/keybox/widevine/Lenovo%20TB-X705-TAB510PLUS-04020003.bin.secure As far as I understand, a device can not make requests to service providers with...
I fully admit, I'm out of my depth here, but I have my CDM and wvd file, I know where to find PSSH and the licensing URL, and I was...