Is this the initial commit? I forgot
This commit is contained in:
5
functions.py
Normal file
5
functions.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import hashlib
|
||||
|
||||
def sha512_hash(Password):
|
||||
HashedPassword = hashlib.sha512(Password.encode('utf-8')).hexdigest()
|
||||
return HashedPassword
|
Reference in New Issue
Block a user