diff options
author | Erjan Kalybek <4899432+erjanmx@users.noreply.github.com> | 2020-10-24 23:29:53 +0200 |
---|---|---|
committer | Erjan Kalybek <4899432+erjanmx@users.noreply.github.com> | 2020-10-24 23:29:53 +0200 |
commit | 911fb20bf36fcf4de67ab51f19dde95c0903f574 (patch) | |
tree | eaf9e8edc56f52ae97e0e36a1b360ef52ab41d8a | |
parent | Fixed a typo (diff) | |
download | widevine-l3-decryptor-911fb20bf36fcf4de67ab51f19dde95c0903f574.tar widevine-l3-decryptor-911fb20bf36fcf4de67ab51f19dde95c0903f574.tar.gz widevine-l3-decryptor-911fb20bf36fcf4de67ab51f19dde95c0903f574.tar.bz2 widevine-l3-decryptor-911fb20bf36fcf4de67ab51f19dde95c0903f574.tar.lz widevine-l3-decryptor-911fb20bf36fcf4de67ab51f19dde95c0903f574.tar.xz widevine-l3-decryptor-911fb20bf36fcf4de67ab51f19dde95c0903f574.tar.zst widevine-l3-decryptor-911fb20bf36fcf4de67ab51f19dde95c0903f574.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ But Widevine's least secure security level, L3, as used in most browsers and PCs, is implemented 100% in software (i.e no hardware TEEs), thereby making it reversible and bypassable.
-This Chrome extension demonstates how it's possible to bypass Widevine DRM by hijacking calls to the browser's [Encrypted Media Extensions (EME)](https://www.html5rocks.com/en/tutorials/eme/basics) and decrypting all Widevine content keys transferred - effectively turning it into a clearkey DRM.
+This Chrome extension demonstrates how it's possible to bypass Widevine DRM by hijacking calls to the browser's [Encrypted Media Extensions (EME)](https://www.html5rocks.com/en/tutorials/eme/basics) and decrypting all Widevine content keys transferred - effectively turning it into a clearkey DRM.
## Usage
To see this concept in action, just load the extension in Developer Mode and browse to any website that plays Widevine-protected content, such as https://bitmovin.com/demos/drm _[Update: link got broken?]_.
|