First key
Second key. Why are these keys diferent? Is it the same stream? If I am not wrong, AES-128 has only one encryption key.
Edit: Yeah. I think this one alters the received key. @LZAA was right, it's related to timestamp so maybe that's why it's different. If the app is open source you could look into the code and understand their logic. Otherwise, reverse engineer their app using IDA or other stuff (will remain a dream).
+ Reply to Thread
Results 31 to 41 of 41
-
Last edited by 2nHxWW6GkN1l916N3ayz8HQoi; 1st Feb 2024 at 08:05.
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
the network proceeds as follows
HTML Code:1. main m3u8 get request 2. 1080p quality m3u8 get request 3. track 1 get request 4. key.php get request 5. track 1 is played 6. track 2 get request 7. key.php get request 8. track 2 is played . . .
what I don't understand is why he makes requests after each track, even though the requests are the same -
use my code at post#23
if N_m3u8DL-RE can't download (forbidden) need to add header like that (only to example)
-H "User-Agent: Mozilla/5.0...."
--header "Cookie: CloudFront-Policy=eyJT ...."
-H "Authorization: ba9e-deca6 .... -
Hi,
The contentDir value in the URI value is constantly changing.
For example, when I make a request to the same m3u8 link, the contentDir in the uri value changes.
https://xxx.com/vodsession/key.php?contentDir=163a09918524de012c339f6e643b2ce6
@LZAA was right, it's related to timestamp so maybe that's why it's different
Edit: It gives the key.php file with the same hex value even when the contentDir value has changed.Last edited by johnyl0; 2nd Feb 2024 at 09:54.
-
Similar Threads
-
howto-deal-with-HLS-128-bit-aes-encrypted-the-hard-one-2.0-version
By akshaysic in forum Video Streaming DownloadingReplies: 207Last Post: 27th Jun 2025, 17:44 -
Converting HLSdl Command to FFmpeg for AES-128 Encrypted Video Download
By GirlsGill in forum Video Streaming DownloadingReplies: 0Last Post: 31st Dec 2023, 07:50 -
howto deal with HLS 128 bit aes encrypted - the hard one
By code47 in forum Video Streaming DownloadingReplies: 63Last Post: 28th Dec 2023, 08:45 -
How do I download AES encrypted video streamed over HLS?
By Videogamer555 in forum Video Streaming DownloadingReplies: 1Last Post: 20th Jul 2022, 08:03 -
Help downloading AES-encrypted HLS video stream
By Woodswolf in forum Video Streaming DownloadingReplies: 26Last Post: 25th May 2019, 14:20