Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

米哈游DS及salt算法更改 #9

Closed
purofle opened this issue Sep 4, 2021 · 0 comments
Closed

米哈游DS及salt算法更改 #9

purofle opened this issue Sep 4, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@purofle
Copy link
Owner

purofle commented Sep 4, 2021

def get_DS() -> str:
md5string = "dmq2p7ka6nsu0d3ev6nex4k1ndzrnfiy"
i = int(time.time())
r = random_string(6)
c = hexdigest(f"salt={md5string}&t={i}&r={r}")
return f"{i},{r},{c}"

Arondight/Adachi-BOT#51

@purofle purofle added the bug Something isn't working label Sep 4, 2021
@purofle purofle closed this as completed Oct 2, 2021
purofle pushed a commit that referenced this issue Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant