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?
0 Comments.