Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create DRM scheme to protect MP3 files with C++?

Tags:

c++

c

mp3

drm

Any ideas how I can create a DRM scheme to protect MP3 files using C++ or perhaps some other language?

like image 272
van_tomiko Avatar asked Nov 27 '22 23:11

van_tomiko


1 Answers

The first thing to learn is that DRM systems only inconvenience the innocent consumers.

The content will have to be available in the clear at some point in order to be of any use. The determined person will intercept it at that point and make a unencumbered copy.

like image 61
Steve Gilham Avatar answered Dec 15 '22 12:12

Steve Gilham