From d18fbdb54208bd69d9b40c0ccffdde37c729f8a1 Mon Sep 17 00:00:00 2001 From: kenzuyaa Date: Thu, 28 Aug 2025 02:21:04 +0700 Subject: [PATCH] fix(unshackle): update remote_cdm device configuration - Replace chrome-2 device with android device in remote_cdm list - Change device_name to "andorid" and device_type to ANDROID - Update system_id to 8131 and security_level to 1 - Add type field with value "decrypt_labs" - Update host and secret fields to match decrypt_labs credentials --- unshackle/unshackle.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/unshackle/unshackle.yaml b/unshackle/unshackle.yaml index cb719da..63259b5 100644 --- a/unshackle/unshackle.yaml +++ b/unshackle/unshackle.yaml @@ -98,13 +98,14 @@ remote_cdm: type: "decrypt_labs" host: https://keyxtractor.decryptlabs.com secret: 7547150416_41da0a32d6237d83_KeyXtractor_api_ext - - name: "chrome-2" - device_name: chrome - device_type: CHROME - system_id: 26830 - security_level: 3 - host: https://domain-2.com/api - secret: secret_key + - name: "android" + device_name: andorid + device_type: ANDROID + system_id: 8131 + security_level: 1 + type: "decrypt_labs" + host: https://keyxtractor.decryptlabs.com + secret: decrypt_labs_special_ultimate # Key Vaults store your obtained Content Encryption Keys (CEKs) # Use 'no_push: true' to prevent a vault from receiving pushed keys