md5 is a older but still commonly used one way hashing algorithm. It produces a 32 character, 128 bit string. This tool will take a string and return the md5 hash of that string. You can also do this at the command line example below.
echo -n bitbook.io | md5sum
Output:
32118053c6ec5ee141b28cd9bcf663ee –