Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1-liner hash solution in Clear category for Simple Hashlib by Stensen
checkio = lambda text, A: __import__('hashlib').new(A, bytes(text, 'UTF-8')).hexdigest()
Oct. 24, 2020
Comments: