Ask HN: Where are resources on the implementation and design of DRM?
Does anybody know any good resources on the design and implementation of DRM? I've tried to find information online but there's a lot of noise (sales pitches, rants.)
What are the fundamentals?
Are there specs that should be read?
Are there any lighter resources that will give me as high-level understanding?
2 comments
[ 50.4 ms ] story [ 23.1 ms ] threadUse plain XOR, ROT13 or RC2/RC4. Strong crypto might get you into trouble/extra paperwork later (iOS, US export regulations). And lie if you have to, because that's how it actually works! Security through obscurity! But it should be good enough to stop "casual" pirates/hackers/wannabes.
http://www.openmobilealliance.org/Technical/current_releases...
Was on a team that implemented it before.
I'd leave it alone though unless you are being paid by someone that has already made the decision to use it.