VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 5 of 5
  1. video url: https://www.goclasses.in/s/courses/60fdd8530cf2c7989e1f109d/take

    endpoint url: https://www.goclasses.in/s/courses/60fdd8530cf2c7989e1f109d/videos/640cb553e4b0ff5627b9a0d9/get

    got spayee stream url: https://d2qny97nu4rj64.cloudfront.net/spees/w/o/60e975430cf20278db21ff30/v/640cb553e4b...0d9/index.m3u8

    replaced end with k/timestamp and got timestamp file.
    then used the script:
    Code:
     import binascii
    from Crypto.Cipher import AES
    
    with open("timestamp", "rb") as file: 
        data = file.read()
    
    apkid = '6376237653362633665636637343233320'
    
    def _decrypt_key(data, apkid):
        tmp1 = data[0:16]
        tmp2 = data[32:48]
        dec1 = AES.new(bytes.fromhex(apkid),AES.MODE_ECB)
        tmp3 = dec1.decrypt(tmp1)
        dec2 = AES.new(tmp3,AES.MODE_ECB)
        return dec2.decrypt(tmp2)
    
    result = _decrypt_key(data, apkid)
    hex_result = binascii.hexlify(result)
    print(hex_result.decode())
    for some reason gives me the error:
    raise ValueError("Incorrect AES key length (%d bytes)" % len(key))
    ValueError: Incorrect AES key length (17 bytes)
    Last edited by swappyison; 19th Aug 2023 at 11:25.
    Quote Quote  
  2. Search, Learn, Download! Karoolus's Avatar
    Join Date
    Oct 2022
    Location
    Belgium
    Search Comp PM
    I haven't tried anything on this, just wanted to hop in and say that you should put code in the CODE tags for easy reading
    Quote Quote  
  3. psaframe
    Join Date
    Mar 2021
    Location
    Algeria
    Search PM
    issue already solved. try to shearch in forum bro!
    Quote Quote  
  4. bro i had done the same thing in the post mentioned for aes 128, got the keys too for that site(futurly.com). This one's giving me trouble for some reason.
    Quote Quote  
  5. Your "apkid" is probably one char to long (the last char looks like a stray space char, 0x20)
    Quote Quote  



Similar Threads

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