←back to thread

449 points bertman | 2 comments | | HN request time: 0.442s | source
Show context
natdempk ◴[] No.29703348[source]
Does anyone know what CDM stands for or refers to? Saw the acronym mentioned in a lot of the repos.
replies(3): >>29703390 #>>29703426 #>>29704045 #
1. Tobu ◴[] No.29703426[source]
Content decryption module: https://en.wikipedia.org/wiki/Encrypted_Media_Extensions

A component that decrypts streams locally, which DRM makers intend will be restricted enough to not leak the keys it uses.

replies(1): >>29703522 #
2. natdempk ◴[] No.29703522[source]
Thanks for the explanation. So it seems like these repos are just scripts to download content and decode it once you have a CDM then? Seems like the actual CDMs here are ripped from devices and not actually included in this leak from a cursory glance.

Edit: Yep this is what is happening, but there is an L1 CDM in the Lenovo repo. I should read the article before jumping in to the comments/code. :)