Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

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

(http://stream-recorder.com/forum/showthread.php?t=19655)

Lite 04-23-2015 04:09 AM

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


 
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,

surya987 04-23-2015 04:14 AM

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


 
where is m3u8 file...????

Lite 04-23-2015 04:23 AM

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


 
Quote:

Originally Posted by surya987 (Post 76028)
where is m3u8 file...????

Will .M3U8 file help you ask the question? Or you just wish to check something?

surya987 04-23-2015 04:26 AM

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


 
m3u8 file says everything.... i need m3u8 orignal link please ... do you got me..???

Lite 04-23-2015 04:36 AM

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


 
Quote:

Originally Posted by surya987 (Post 76030)
m3u8 file says everything.... i need m3u8 orignal link please ... do you got me..???

If you wish to tell me how to download some video I wish, I dont need this kind of answer. I just wish to know actually what I asked for. Anyway, I sent link you asked for privately.

surya987 04-23-2015 04:40 AM

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


 
Quote:

Originally Posted by Lite (Post 76031)
If you wish to tell me how to download some video I wish, I dont need this kind of answer. I just wish to know actually what I asked for. Anyway, I sent link you asked for privately.


okay your wish.. decrypt the key file and than get IV value from m3u8 file and decrypt ts file using openssl

thanks

Lite 04-23-2015 04:55 AM

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


 
So, which command should I past/print at OpenSSL Command Line?

denobis 04-23-2015 04:57 AM

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


 
Quote:

Originally Posted by Lite (Post 76027)
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);

lordrylen 04-23-2015 07:51 AM

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


 
Would this not work for the Amazon video?

surya987 04-23-2015 07:59 AM

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


 
no brother.. as there is SAMPLE-AES encryption.... not 128 cbc ....


All times are GMT -6. The time now is 08:53 AM.