VideoHelp Forum




+ Reply to Thread
Results 1 to 12 of 12
  1. I have downloaded a video, but I need to decrypt it.

    The video is .ts file and the key is binary content within a file.

    Is there any way I can decrypt this ?

    I tried ffmpeg but the key needs to be an ASCII string that you supply via command line.

    Any other tool I can use ? Or some other way via ffmpeg ?

    I am attaching the key just in case. Please note its a binary file which I had to mark as txt to upload.
    Image Attached Files
    Quote Quote  
  2. your key
    Code:
    149572DFBB2BD6171AB958B014F2A78F
    use it with N_m3u8DL-RE
    Quote Quote  
  3. Originally Posted by lomero View Post
    your key
    Code:
    149572DFBB2BD6171AB958B014F2A78F
    use it with N_m3u8DL-RE
    How did you decrypt the code ?
    Quote Quote  
  4. Originally Posted by lomero View Post
    your key
    Code:
    149572DFBB2BD6171AB958B014F2A78F
    use it with N_m3u8DL-RE
    I am getting the following error with N_m3u8DL-RE:

    Code:
    23:07:17.680 INFO : Vid *AES_128 Kbps | 3391 Segments | ~03h45m54s
    23:07:17.729 INFO : Selected streams:
    23:07:17.744 INFO : Vid *AES_128 Kbps | 3391 Segments | ~03h45m54s
    23:07:17.760 WARN : Writing meta json
    23:07:17.798 INFO : Save Name: test_b.mp4
    23:07:17.815 INFO : Start downloading...Vid Kbps
    23:07:18.224 WARN : Reading media info...
    23:07:18.803 INFO : [0x100]: Video, h264 (Main) ([27][0][0][0]), 852x480, 30 fps
    23:07:18.819 INFO : [0x101]: Audio, aac (LC) ([15][0][0][0]), 5 kb/s
    23:07:18.882 INFO : [0x102]: Data, timed_id3 (ID3 )
    23:08:59.546 EXTRA: Ah oh!
    RetryCount => 3
    Exception  => The response ended prematurely, with at least 139920 additional bytes expected.
    23:09:01.452 ERROR: The input data is not a complete block.
    I am only able to download till 25-26 % before it errors out.

    Is there any way I can download the all the ts files and then decrypt ?

    There seems to be a tracking URL being called periodically on the browser hence it might stopping the download of the video after a point.

    But the good news is whatever I am able to download is successfully decrypted. Hence the decryption key and process is valid.
    Quote Quote  
  5. Originally Posted by ng.newbie View Post
    Originally Posted by lomero View Post
    your key
    Code:
    149572DFBB2BD6171AB958B014F2A78F
    use it with N_m3u8DL-RE
    I am getting the following error with N_m3u8DL-RE:

    Code:
    23:07:17.680 INFO : Vid *AES_128 Kbps | 3391 Segments | ~03h45m54s
    23:07:17.729 INFO : Selected streams:
    23:07:17.744 INFO : Vid *AES_128 Kbps | 3391 Segments | ~03h45m54s
    23:07:17.760 WARN : Writing meta json
    23:07:17.798 INFO : Save Name: test_b.mp4
    23:07:17.815 INFO : Start downloading...Vid Kbps
    23:07:18.224 WARN : Reading media info...
    23:07:18.803 INFO : [0x100]: Video, h264 (Main) ([27][0][0][0]), 852x480, 30 fps
    23:07:18.819 INFO : [0x101]: Audio, aac (LC) ([15][0][0][0]), 5 kb/s
    23:07:18.882 INFO : [0x102]: Data, timed_id3 (ID3 )
    23:08:59.546 EXTRA: Ah oh!
    RetryCount => 3
    Exception  => The response ended prematurely, with at least 139920 additional bytes expected.
    23:09:01.452 ERROR: The input data is not a complete block.
    I am only able to download till 25-26 % before it errors out.

    Is there any way I can download the all the ts files and then decrypt ?

    There seems to be a tracking URL being called periodically on the browser hence it might stopping the download of the video after a point.

    But the good news is whatever I am able to download is successfully decrypted. Hence the decryption key and process is valid.

    My mistake, I was running BurpSuite in the background to intercept the requests. It was corrupting them somehow.

    Once I disabled BurpSuite everything worked like a charm, N-m3u8DL-RE didn't even need the key param. It downloaded everything seamlessly.

    Thanks again.
    Quote Quote  
  6. Solved
    Quote Quote  
  7. Hi,

    I want to decrypt a .ts file (main file), the folder also has a master and other files in .m3u8 format, can you guide me how to decrypt the file.

    I also have key, Attaching complete .zip and key.

    need help, I tried using ffmpeg using the below command but I get an error

    ffmpeg -protocol_whitelist file,tls,top,https,crypto -allowed_extensions ALL -i master.m3u8 -c copy output.mp4

    Drive link for the folder: https://drive.google.com/file/d/1kOJeue1rgbbmy5EROrQ83StrQd1ketO8/view?usp=sharing
    Image Attached Files
    Quote Quote  
  8. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Originally Posted by Sk2819 View Post
    Hi,

    I want to decrypt a .ts file (main file), the folder also has a master and other files in .m3u8 format, can you guide me how to decrypt the file.
    I may be wrong but I don't think that's your real key. Can you provide link to the original video?
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  9. this isn't key
    aes key is 32 character, alphanumeric, without - symbol. also real key is in hex value
    Quote Quote  
  10. Hi, I do not have the link, I have a video player that I am assuming decrypts these videos and I can play these videos only in the video player, How can I find the encryptian key?
    Quote Quote  
  11. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Originally Posted by Sk2819 View Post
    Hi, I do not have the link, I have a video player that I am assuming decrypts these videos and I can play these videos only in the video player, How can I find the encryptian key?
    Name of the video player software? Can any video player play it? VLC wasn't working.

    Edit: if you didn't get these videos from a link, then where did you get them from? Or is the source link no longer available.
    Last edited by 2nHxWW6GkN1l916N3ayz8HQoi; 8th Mar 2024 at 08:21.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!