From 3abd1afec6ea86c3c5c199e7617ee0fa991749de Mon Sep 17 00:00:00 2001 From: n0stal6ic Date: Mon, 18 May 2026 12:22:34 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bc7075..c2dc4f9 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ python prxtractor.py "" zgpriv_protected.dat Override the auto-detected passphrase (useful when the `.so` is stripped): ``` -python prxtractor.py libplayready.so.0 bgroupcert.dat zgpriv.dat --phrase AsF16eEncr4pt19mt5813 +python prxtractor.py libplayready.so.0 bgroupcert.dat zgpriv.dat --phrase ``` List the known Panasonic passphrase candidates: @@ -241,4 +241,4 @@ python prxtractor.py --list-phrases | `so_path` | Path to `libplayready.so.0` (or any binary) to scan for passphrases. Optional if you only need to unwrap a `zgpriv_protected.dat`. | | `dat_files` | One or more `.dat` files. Format is auto-detected per file. | | `--phrase` | Override the auto-detected passphrase. | -| `--list-phrases` | Print the known passphrase candidates and exit. | \ No newline at end of file +| `--list-phrases` | Print the known passphrase candidates and exit. |