Search found 3 matches
- Mon Aug 19, 2013 5:05 pm
- Forum: [D] Software
- Topic: [PC] DeSTRoi - PVR Content Decrypting (only for C/D series)
- Replies: 182
- Views: 285433
Re: Samsung PVR Content Decrypting tool - final
Well the problem on writing such programs is time
. Decrypting some unknown stuff is an heavy try and error process. Its not like in movies where someone click three buttons and hack everything
. Buying some recorder without encryption is in the most cases cheaper and faster.
- Fri Jul 12, 2013 12:44 am
- Forum: [D] Software
- Topic: [PC] DeSTRoi - PVR Content Decrypting (only for C/D series)
- Replies: 182
- Views: 285433
Re: Samsung PVR Content Decrypting tool - final
You don't have to write any key. The programm find the key self.
simple run:
./drmdecrypt /PATH/TO/MOVIE.srf /OUTPUT/PATH/
in /PATH/TO should be also the "content" files.
simple run:
./drmdecrypt /PATH/TO/MOVIE.srf /OUTPUT/PATH/
in /PATH/TO should be also the "content" files.
- Thu Jul 04, 2013 2:16 pm
- Forum: [D] Software
- Topic: [PC] DeSTRoi - PVR Content Decrypting (only for C/D series)
- Replies: 182
- Views: 285433
Re: Samsung PVR Content Decrypting tool - final
Hello, i have update the c program a little bit. The attached c program reads also the the inf file to find the name of the recording. There is also a really small bash file to run over a batch of *.srf files. to use is the bash file: sh decrypt.sh PATH/TO/CONTENTS/ /OUTPUT/PATH/ use only the c prog...