From 0ab6eefd76efd8358079416ab25ebf02ad857a34 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 12 Nov 2024 14:45:36 +0100 Subject: [PATCH] Added a device note --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2dfaeff..6878cdc 100644 --- a/README.md +++ b/README.md @@ -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 ``` +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 +An example code snippet: ```python from pyplayready.cdm import Cdm from pyplayready.device import Device