View Single Post
  #244  
Old 01-14-2015, 09:41 PM
carlito4 carlito4 is offline
Junior Member
 
Join Date: Nov 2014
Posts: 18
carlito4 is on a distinguished road
Default

Re: Atresdownloader - WWE Network support?


Quote:
Originally Posted by denobis View Post
in php you need to perform something like

$decryptedts = mcrypt_cbc(MCRYPT_RIJNDAEL_128, $key, $ts, MCRYPT_DECRYPT, $iv);

or with openssl

openssl aes-128-cbc -d -in ts.ts -out tsdecrypted.ts -p-nosalt -iv ${hexIV} -K ${hexKey}
How does one generate the key?
Reply With Quote