예제 #1
0
def getLINK(code):
    from resources.universal import GKDecrypter
    import base64
    x = GKDecrypter.decrypter(198, 128)  # create the object
    return x.decrypt(code,
                     base64.urlsafe_b64decode('djRBdVhhalplRm83akFNZ1VOWkI='),
                     'ECB').split('\0')[0]
예제 #2
0
def getLINK(code):
    from resources.universal import GKDecrypter
    import base64
    x = GKDecrypter.decrypter(198,128)# create the object
    return x.decrypt(code,base64.urlsafe_b64decode('djRBdVhhalplRm83akFNZ1VOWkI='),'ECB').split('\0')[0];
예제 #3
0
파일: shush.py 프로젝트: himag1/AutoUpdate
def getLINK(code):
    from resources.universal import GKDecrypter
    x = GKDecrypter.decrypter(198,128)# create the object
    return x.decrypt(code,'JJBK76NaJuNsxdQmhtXz','ECB').split('\0')[0];