Generate an MD5 Hash For a String

From HowToGeek

Jump to: navigation, search

Generating an MD5 hash from the shell prompt is easy - just use the md5sum command like this:

echo -n "stringhere" | md5sum -