View Single Post
  #8  
Old 04-23-2015, 04:57 AM
denobis denobis is offline
Senior Member
 
Join Date: Sep 2013
Posts: 568
denobis is on a distinguished road
Default

Re: How to decrypt .TS files using 128-bit AES key file?


Quote:
Originally Posted by Lite View Post
Hey!

Here is 128-bit AES encryption key file., here is one and first (of 200+) TS file, here is SWF player which originally plays (decrypts) .TS files like an attached.

How can I decrypt .TS files including attached using an attached 128-bit AES key file?

Thanks for help in advance,
With php

$dec=mcrypt_cbc(MCRYPT_RIJNDAEL_128,file_get_conte nts("crypt.key"),file_get_contents("001.TS"),MCRYP T_DECRYPT);
Reply With Quote