mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix: slow folder track count
+ etc
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ def hash_password(password: str) -> str:
|
||||
"""
|
||||
|
||||
return hashlib.pbkdf2_hmac(
|
||||
"sha256", password.encode("utf-8"), UserConfig().userId.encode("utf-8"), 100000
|
||||
"sha256", password.encode("utf-8"), UserConfig().serverId.encode("utf-8"), 100000
|
||||
).hex()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user