diff options
author | Tomer <11458759+tomer8007@users.noreply.github.com> | 2020-10-20 20:04:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 20:04:03 +0200 |
commit | 1b0b723dfcaa0f05006d005dbf81fb2a75363971 (patch) | |
tree | 370a76cfb9730cad1c5c82639d9c104da1927f73 /README.md | |
parent | Merge pull request #3 from NetOperatorWibby/patch-1 (diff) | |
download | widevine-l3-decryptor-1b0b723dfcaa0f05006d005dbf81fb2a75363971.tar widevine-l3-decryptor-1b0b723dfcaa0f05006d005dbf81fb2a75363971.tar.gz widevine-l3-decryptor-1b0b723dfcaa0f05006d005dbf81fb2a75363971.tar.bz2 widevine-l3-decryptor-1b0b723dfcaa0f05006d005dbf81fb2a75363971.tar.lz widevine-l3-decryptor-1b0b723dfcaa0f05006d005dbf81fb2a75363971.tar.xz widevine-l3-decryptor-1b0b723dfcaa0f05006d005dbf81fb2a75363971.tar.zst widevine-l3-decryptor-1b0b723dfcaa0f05006d005dbf81fb2a75363971.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Widevine L3 Decryptor
-[Widevine](https://www.widevine.com/solutions/widevine-drm) is a Google-owned DRM system that's in use by many popular streaming services (Netflix, Spotify, &c) to prevent media content from being downloaded.
+[Widevine](https://www.widevine.com/solutions/widevine-drm) is a Google-owned DRM system that's in use by many popular streaming services (Netflix, Spotify, etc.) to prevent media content from being downloaded.
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.
|