Home Company

def hash_password(password): # Example hash function return hashlib.sha256(''.join(password).encode()).hexdigest()