HeyMaverick /
CDRM-Project
Self hosted web application to decrypt Widevine protected content written in Python alongside Flask
29/100 healthLoading repository data…
TPD94 / repository
Self Hosted web application written in Python/JavaScript utilizing the Flask/Tailwind Framework and ReactJS library to decrypt Widevine & Playready content
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This version DOES NOT come with CDM's (Content Decryption Modules) or the link to automatically download them - A simple web search should help you find what you're looking for.
python main.py.exeOpen your terminal and navigate to where you'd like to store the application
Create a new python virtual environment using python -m venv CDRM-Project
Change directory into the new CDRM-Project folder
Activate the virtual environment
Windows - change directory into the
Scriptsdirectory thenactivate.batLinux -
source bin/activate
Extract CDRM-Project 2.0 git contents into the newly created CDRM-Project folder
Install python dependencies pip install -r requirements.txt
(Optional) Create the folder structure /configs/CDMs/WV and place your .WVD file into /configs/CDMs/WV
(Optional) Create the folder structure /config/CDMs/PR and place your .PRD file into /configs/CDMs/PR
Run the application with python main.py
Selected from shared topics, language and repository description—not editorial ratings.
HeyMaverick /
Self hosted web application to decrypt Widevine protected content written in Python alongside Flask
29/100 health