def my_broken_address(firstname="gaelle", lastname="candel", alias="bot"):
return "{}.{}+{}@gmail.com".format(firstname, lastname, alias)
print(my_broken_address())
Well, if you are not a bot, you can remove the alias.
You need to provide a proof of work to get my number.
10^8 possibilities to try.
import hashlib
my_number = "+xxabcdefghi"
def get_my_hash(string):
md = hashlib.md5()
md.update(string.encode())
return md.digest().hex()
my_hashed_number = get_my_hash(my_number)
print(my_hashed_number)
With the correct number, it returns 3700b7e54e57e8215e881abca32d40be.
You do not have the ref? Click here to read RFC 2549
Somewhere in Suresnes, France.