Added a device note

This commit is contained in:
BuildTools 2024-11-12 14:45:36 +01:00
parent 43954a3eee
commit 0ab6eefd76
1 changed files with 9 additions and 0 deletions

View File

@ -14,7 +14,16 @@ Run the command below to create a Playready Device (.prd) from a `bgroupcert.dat
pyplayready create-device -c bgroupcert.dat -g zgpriv.dat pyplayready create-device -c bgroupcert.dat -g zgpriv.dat
``` ```
Test a playready device:
```shell
pyplayready test DEVICE.prd
```
> [!IMPORTANT]
> There currently isn't a proper method of extracting Group Certificates/Keys. They can be found inside older Samsung phones/Smart TVs, Windows DLLs and set-top-boxes in encrypted form.
## Usage ## Usage
An example code snippet:
```python ```python
from pyplayready.cdm import Cdm from pyplayready.cdm import Cdm
from pyplayready.device import Device from pyplayready.device import Device