hashlib.md5(email).hexdigest() code example
Example: how to convert hash to string in python
print(hashlib.algorithms_available)
print(hashlib.algorithms_guaranteed)
print(hashlib.algorithms_available)
print(hashlib.algorithms_guaranteed)