PiKISS icon indicating copy to clipboard operation
PiKISS copied to clipboard

insecureHash

Open Abelkrijgtalles opened this issue 3 years ago • 0 comments

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()

Abelkrijgtalles avatar Dec 10 '21 19:12 Abelkrijgtalles