From 539a89554146e41ac2f4160fe3e8ace417e7fb18 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:10:21 +0200 Subject: [PATCH] Update README usage --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 677d7e7..67aba55 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,14 @@ Follow these steps to set up KeyDive: ## Usage -To use KeyDive, follow these steps: +1. Play a DRM-protected video on the target device. +2. Launch the KeyDive script. +3. Reload the DRM-protected video on your device. +4. The script will automatically extract the Widevine L3 keys, saving them as follows: + - `client_id.bin` - This file contains device identification information. + - `private_key.pem` - This file contains the RSA private key. -1. Launch the KeyDive script. -2. Play a DRM-protected video on the target device. -3. The script will automatically extract the Widevine L3 keys, saving them in the following format: - - `client_id.bin` - Contains device identification information. - - `private_key.pem` - Contains the RSA private key. +This sequence ensures that the DRM-protected content is active and ready for key extraction by the time the KeyDive script is initiated, optimizing the extraction process. ### Command-Line Options