Quote:
Originally Posted by Lite
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);