Ubuntu md5 hash of a string

Just use md5sum with no options:

echo 'String' | md5sum
Tagged

Leave a Reply