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

insecureHash #133

Open
Abelkrijgtalles opened this issue Dec 10, 2021 · 0 comments
Open

insecureHash #133

Abelkrijgtalles opened this issue Dec 10, 2021 · 0 comments
Assignees

Comments

@Abelkrijgtalles
Copy link

Abelkrijgtalles commented Dec 10, 2021

hashlib.md5 is insecure. Consider changing it to a secure hashing algorithm (e.g. SHA256).
res/groove.py Line 57
p["parameters"]["secretKey"] = hashlib.md5(h["session"]).hexdigest()

@jmcerrejon jmcerrejon self-assigned this Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants