View Single Post
  #67  
Old 06-13-2014, 01:38 PM
enrud enrud is offline
Member
 
Join Date: Jun 2014
Posts: 33
enrud is on a distinguished road
Default

Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.key


Quote:
Originally Posted by ItsAngel View Post
it seems as if your method is much more efficient. do you mind if i can try it out? because im fairly new to php and that might be why its so complicated for me to get this right. & thanks again for sticking around & helping me. i was never able to even know where to begin decrypting hd files until now.
OK, I wrote a python script that does what you were trying to do in php. It requires that you have already downloaded the files from the cdn. I tested it against your shrek sample. It will also work against HD stuff as well.

This runs in Python 2.7 and requires either the pycrypto or M2Crypto packages which implement AES. This *should* work platform independently, but I haven't tested that.

Have fun.
Attached Files
File Type: zip decrypt.zip (1.6 KB, 0 views)
Reply With Quote