Skip to content
/ jdSign Public
forked from n1ptune/jdSign

JD signature algorithm implemented by python

Notifications You must be signed in to change notification settings

ttcly/jdSign

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The sign directory include all the code to generate a sign.

The emu directory include emulate code for some function.

1_5136b9e5ca2e2c9394c097d2bd2521d6.apk is the orign apk

How to use

from jdSign import getSign

functionId = "switchQuery"
clientVersion = "11.8.3"
client = "android"
uuid = "uuid"
body = "aaaabbbb"
getSign(functionId, body, uuid, client, clientVersion)

About

JD signature algorithm implemented by python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%