Linux MD5 hash of a string

It took me a while to find the right command for this so I decided to add it to the blog to save it for a later date ;)

echo -n ‘the_password’ | md5sum -

Very simple yet does exactly what I want. I’m still surprised this isn’t a standard function in Linux since md5sum exists why not md5string?

Leave a comment

0 Comments.

Leave a Reply


[ Ctrl + Enter ]