From fc588c9bdd8cbbea9c1393e479a6e872e1c39a8e Mon Sep 17 00:00:00 2001 From: NewsGuyTor Date: Tue, 8 Aug 2023 21:14:17 +0000 Subject: [PATCH] Remove master key --- DeDRM_plugin/lcpdedrm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeDRM_plugin/lcpdedrm.py b/DeDRM_plugin/lcpdedrm.py index 8c66c47..8b67852 100755 --- a/DeDRM_plugin/lcpdedrm.py +++ b/DeDRM_plugin/lcpdedrm.py @@ -162,7 +162,7 @@ class LCPTransform: # 5. Go back to 3. until you run out of bytes. # 6. The result is the key. - masterkey = "b3a07c4d42880e69398e05392405050efeea0664c0b638b7c986556fa9b58d77b31a40eb6a4fdba1e4537229d9f779daad1cc41ee968153cb71f27dc9696d40f" + masterkey = "b3a..addmasterkeybetweenthequoteshere..d40f" masterkey = bytearray.fromhex(masterkey) try: current_hash = bytearray.fromhex(input_hash) -- 2.11.4.GIT