summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomer <11458759+tomer8007@users.noreply.github.com>2020-10-25 18:46:11 +0100
committerGitHub <noreply@github.com>2020-10-25 18:46:11 +0100
commite272063c25522edec9e1856aabb9974d3368ebfe (patch)
treeeaf9e8edc56f52ae97e0e36a1b360ef52ab41d8a
parentFixed a typo (diff)
parentFix typo (diff)
downloadwidevine-l3-decryptor-e272063c25522edec9e1856aabb9974d3368ebfe.tar
widevine-l3-decryptor-e272063c25522edec9e1856aabb9974d3368ebfe.tar.gz
widevine-l3-decryptor-e272063c25522edec9e1856aabb9974d3368ebfe.tar.bz2
widevine-l3-decryptor-e272063c25522edec9e1856aabb9974d3368ebfe.tar.lz
widevine-l3-decryptor-e272063c25522edec9e1856aabb9974d3368ebfe.tar.xz
widevine-l3-decryptor-e272063c25522edec9e1856aabb9974d3368ebfe.tar.zst
widevine-l3-decryptor-e272063c25522edec9e1856aabb9974d3368ebfe.zip
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82c481f..beafa17 100644
--- a/README.md
+++ b/README.md
@@ -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?]_.