View Single Post
  #1  
Old 10-28-2013, 01:59 PM
No_Miaus No_Miaus is offline
Junior Member
 
Join Date: Aug 2011
Posts: 11
No_Miaus is on a distinguished road
Default

Decrypting ts files from m3u8


Hello! I'm trying to decrypt a m3u8 that contains a lot ts files. The key (m3u8 files says it's AES 128) is on a php and the content looks like this and there isn't IV (so..?):



The content of that php page change each time I refresh it so i imagine it uses some clock to encrypt it but... What kind of key is it? Should I use wget to get that key to a txt file and then use openssl to decrypt it? Would It be enough to decrypt it or how can I do it?

Thank you

Last edited by No_Miaus : 10-28-2013 at 03:28 PM.
Reply With Quote