Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
getattr solution in Creative category for Simple Hashlib by Sim0000
import hashlib
def checkio(string, algorithm):
return getattr(hashlib, algorithm)(string.encode()).hexdigest()
May 18, 2014
Comments: