VideoHelp Forum
+ Reply to Thread
Results 1 to 7 of 7
Thread
  1. Hello,

    the video link : https://www.6play.fr/le-meilleur-patissier-p_1807/emission-4-c_12963655

    Warning ! I don't want the decryption key for the video.
    I would like to retrieve the license code of the video encoded in base64 but it shows me an error: 400 (see photo).

    Image
    [Attachment 67046 - Click to enlarge]


    my code :
    Code:
    import requests
    import json
    import os
    
    BLUE = '\x1b[38;5;27m'
    YELLOW = '\x1b[38;5;226m'
    RED = '\x1b[38;5;160m'
    END = '\x1b[0;0m'
    
    print(f'{YELLOW}Veuillez entrer le code token : {END}{BLUE}', end='')
    token = input()
    response = requests.post('https://lic.drmtoday.com/license-proxy-widevine/cenc/?specConform=true', headers={'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0', 'x-dt-auth-token': '{0}'.format(token)})
    if response.status_code == 200:
     print(f"License Response:\n{response.text}")
     output_json = json.loads(response.text)
     print(f"{output_json['license']}")
     os.system("pause")
    else:
     print(f'{RED}[Erreur] : Erreur de connection : {response.status_code}{END}')
     os.system("pause")
    Can you help me get the license code? thank you in advance
    Quote Quote  
  2. I would like to know is hidden behind the license code.
    Quote Quote  
  3. I would like to know how to decrypt the license code. do you have any idea how can i decode the license code?
    Quote Quote  
  4. Originally Posted by thedebutent59 View Post
    I would like to know how to decrypt the license code. do you have any idea how can i decode the license code?
    What does that mean? Give some examples.
    Quote Quote  
  5. here is the license code encode in base64:
    CAUSxwUKwQIIAxIQFwW5F8wSBIaLBjM6L3cqjBiCtIKSBSKOAj CCAQoCggEBAJntWzsyfateJO/DtiqVtZhSCtW8yzdQPgZFuBTYdrjfQFEEQa2M462xG7iMTnJaX kqeB5UpHVhYQCOn4a8OOKkSeTkwCGELbxWMh4x+Ib/7/up34QGeHleB6KRfRiY9FOYOgFioYHrc4E+shFexN6jWfM3rM3B dmDoh+07svUoQykdJDKR+ql1DghjduvHK3jOS8T1v+2RC/THhv0CwxgTRxLpMlSCkv5fuvWCSmvzu9Vu69WTi0Ods18Vcc6C CuZYSC4NZ7c4kcHCCaA1vZ8bYLErF8xNEkKdO7DevSy8BDFnoK EPiWC8La59dsPxebt9k+9MItHEbzxJQAZyfWgkCAwEAAToUbGl jZW5zZS53aWRldmluZS5jb20SgAOuNHMUtag1KX8nE4j7e7jLU nfSSYI83dHaMLkzOVEes8y96gS5RLknwSE0bv296snUE5F+bsF 2oQQ4RgpQO8GVK5uk5M4PxL/CCpgIqq9L/NGcHc/N9XTMrCjRtBBBbPneiAQwHL2zNMr80NQJeEI6ZC5UYT3wr8+Wy kqSSdhV5Cs6cD7xdn9qm9Nta/gr52u/DLpP3lnSq8x2/rZCR7hcQx+8pSJmthn8NpeVQ/ypy727+voOGlXnVaPHvOZV+WRvWCq5z3CqCLl5+Gf2Ogsrf9s2 LFvE7NVV2FvKqcWTw4PIV9Sdqrd+QLeFHd/SSZiAjjWyWOddeOrAyhb3BHMEwg2T7eTo/xxvF+YkPj89qPwXCYcOxF+6gjomPwzvofcJOxkJkoMmMzcFBDo pvab5tDQsyN9UPLGhGC98X/8z8QSQ+spbJTYLdgFenFoGq47gLwDS6NWYYQSqzE3Udf2W7pzk 4ybyG4PHBYV3s4cyzdq8amvtE/sNSdOKReuHpfQ=
    I tried to decode the license with base64 but it's still encrypted there.
    the link of the decode base64 site:https://www.base64decode.org/

    how can i decrypt the license code?
    Quote Quote  
  6. thats not a license, thats the service certificate.


    if you have a look at the working script from the other thread these 2 lines are the ones involving the decryption of the license response.
    Code:
        wvdecrypt.update_license(license_b64)
        Correct, keyswvdecrypt = wvdecrypt.start_process()
    Quote Quote  



Similar Threads

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