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
andDRMHeaders.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
-
Replace
MyWVD= "/PATH/TO/WVD.wvd"
with the path to your.wvd
on line 15 of tpd-keys.py
For instance
MyWVD = "C:\Users\TPD94\Desktop\AndroidDeivce.wvd"
or if it is located in the same folderMyWVD = "AndroidDeivce.wvd"
-
Paste any needed headers into
DRMHeaders.py
-
Run with
python tpd-keys.py
-
Make a selection
Description
Languages
Python
100%