diff options
author | Tomer <11458759+tomer8007@users.noreply.github.com> | 2020-10-20 21:23:19 +0200 |
---|---|---|
committer | Tomer <11458759+tomer8007@users.noreply.github.com> | 2020-10-20 21:23:19 +0200 |
commit | bb956972331a6b767690d4ad59e233317136714d (patch) | |
tree | fc9a26a6e59afdb29846a91c45657f1813f96425 | |
parent | Merge branch 'main' of https://github.com/tomer8007/widevine-l3-decryptor into main (diff) | |
download | widevine-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 |
Diffstat (limited to '')
-rw-r--r-- | content_key_decryption.js | 4 |
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-----
|