mirror of
https://cdm-project.com/Decryption-Tools/TPD-Keys.git
synced 2025-04-29 19:44:27 +02:00
TPD-Keys
Created by @TPD94, proxy function by Radziu
Based on pywidevine
How to use:
-
Create
TPD-Keys
folder. -
Download and extract
tpd-keys.py
,requirements.txt
andLicense_cURL.py
into the newly createdTPD-Keys
directory -
Install the requirements with
pip install -r requirements.txt
-
Crete a WVD with pywidevine;
pywidevine create-device -k "/PATH/TO/device_private_key" -c "/PATH/TO/device_client_id_blob" -t "ANDROID" -l 3
-
Place your .wvd in the root of
TPD-Keys
directory -
Paste any needed headers into
License_cURL.py
-
Run with
python tpd-keys.py
-
Make a selection
Description
Languages
Python
100%