Backup Config
This commit is contained in:
@@ -53,7 +53,6 @@ class Vermasseln:
|
||||
hash_pw = (salt + password).encode("utf-8")
|
||||
h_obj = SHA3_512.new(hash_pw)
|
||||
password = salt + "$" + h_obj.hexdigest()
|
||||
|
||||
return password
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user