2023-11-17 00:42:05 -05:00
2023-11-17 00:42:05 -05:00
2023-11-17 00:42:05 -05:00
2023-11-17 00:42:05 -05:00
2023-11-17 00:42:05 -05:00

TPD-Keys

Created by @TPD94, proxy function by Radziu

Based on pywidevine

How to use:

  1. Create TPD-Keys folder.

  2. Download and extract tpd-keys.py, requirements.txt and DRMHeaders.py into the newly created TPD-Keys directory

  3. Install the requirements with pip install -r requirements.txt

  4. 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

  5. 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 folder MyWVD = "AndroidDeivce.wvd"

  1. Paste any needed headers into DRMHeaders.py

  2. Run with python tpd-keys.py

  3. Make a selection

Description
No description provided
Readme 152 KiB
Languages
Python 100%