PiKISS
PiKISS copied to clipboard
insecureHash
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()