summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomer <11458759+tomer8007@users.noreply.github.com>2020-10-20 21:23:19 +0200
committerTomer <11458759+tomer8007@users.noreply.github.com>2020-10-20 21:23:19 +0200
commitbb956972331a6b767690d4ad59e233317136714d (patch)
treefc9a26a6e59afdb29846a91c45657f1813f96425
parentMerge branch 'main' of https://github.com/tomer8007/widevine-l3-decryptor into main (diff)
downloadwidevine-l3-decryptor-bb956972331a6b767690d4ad59e233317136714d.tar
widevine-l3-decryptor-bb956972331a6b767690d4ad59e233317136714d.tar.gz
widevine-l3-decryptor-bb956972331a6b767690d4ad59e233317136714d.tar.bz2
widevine-l3-decryptor-bb956972331a6b767690d4ad59e233317136714d.tar.lz
widevine-l3-decryptor-bb956972331a6b767690d4ad59e233317136714d.tar.xz
widevine-l3-decryptor-bb956972331a6b767690d4ad59e233317136714d.tar.zst
widevine-l3-decryptor-bb956972331a6b767690d4ad59e233317136714d.zip
-rw-r--r--content_key_decryption.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/content_key_decryption.js b/content_key_decryption.js
index 9c18c86..d5c7542 100644
--- a/content_key_decryption.js
+++ b/content_key_decryption.js
@@ -7,7 +7,7 @@ var WidevineCrypto = {};
(function() {
-// The public 2048-bit RSA key Widevine uses for Chrome devices in L3
+// The public 2048-bit RSA key Widevine uses for Chrome devices in L3, on Windows
WidevineCrypto.chromeRSAPublicKey =
`-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtdHcRBiDWWxdJyKDLTPO9OTapumVnW+9g6k3RSflM0CESFEufZUJGC73UKe9e+u789HVZT04pB5or3WB0XOx
@@ -16,7 +16,7 @@ YrOzlde+V3UOb5FVzPcrOmaERfyujV3h4sHGRbTCsqYVwMalO7hmNmtemwt0xBuf5Juia7t1scuJypQ8
CQIDAQAB
-----END PUBLIC KEY-----`;
-// The private 2048-bit RSA key Widevine uses for authenticating Chrome devices in L3
+// The private 2048-bit RSA key Widevine uses for authenticating Chrome devices in L3, on Windows
// Extracted by applying some mathematical tricks to Arxan's white-box algorithm
WidevineCrypto.chromeRSAPrivateKey =
`-----BEGIN PRIVATE KEY-----