2011-02-10 17 views

Respuesta

40

Es en hashlib

import hashlib 
print(hashlib.md5('asd'.encode()).hexdigest())