I dont know whats happening with this url
https://www.futurly.com/s/preview/courses/blender-architecture#6337f80fe4b05a534f0e3d5a
streamlink error - [stream.hls][error] Failed to create decryptor: Incorrect AES key length (48 bytes)
i dont know how to solve this , can anyone pls guide me on this
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 3 of 3
-
-
If you only want to download one by one, you can click the breakpoint here, and then enter it in the console
[Attachment 68680 - Click to enlarge]
Array.prototype.map.call(s.decryptdata.key,functio n(e){return ("0"+e.toString(16)).slice(-2)}).join("");
It should be noted that this is jswoker,Your possibility is different from mine,And its audio and video are separate. You need two keys to download and merge them
If you want to download in batches, it is also very simple. You only need a little JavaScript knowledge, and you will find this code
var f = new Uint8Array(t.data)
, g = f.subarray(0, 16)
, v = f.subarray(32, 48);
f = a(o(g), h(window.apkId), {
mode: u,
padding: c
}),
f = d.u8array.stringify(a(o(v), f, {
mode: u,
padding: c
}))
this.decryptkey = i.decryptdata.key = new Uint8Array(f.buffer)
For the friends of the forum, I believe this should be met frequently,This is the AES/ECB in CryptoJS, so the answer comes out. The first 16 bits of the returned 48 keys are decrypted first (KEY seems to be fixed? YjE3NDI2MDhmNGVlOGRhNQ==), then the decrypted data is used as the key, and then the last 16 bits are decrypted, then you can get what you want -
report @akshaysic
this person is spammer/scammer XD
where is admin site?
Similar Threads
-
AES 128 Key, How do i decrypt or find the key?
By GirlsGill in forum Video Streaming DownloadingReplies: 12Last Post: 12th Feb 2024, 08:03 -
How to decrypt aes 128 encrypted key???
By anandgpt75 in forum Video Streaming DownloadingReplies: 20Last Post: 26th May 2023, 17:50 -
help to find key for AES-128
By whs912km in forum Video Streaming DownloadingReplies: 15Last Post: 15th Feb 2023, 20:44 -
Decrypt AES 128 key m3u8
By icebreaker101010 in forum Video Streaming DownloadingReplies: 4Last Post: 6th Oct 2022, 11:26 -
Downloading a encryption key for HLS AES 128 stream
By Bibagi in forum Video Streaming DownloadingReplies: 7Last Post: 3rd Apr 2019, 12:57