Linux MD5 hash of a string
Posted by snek on February 4, 2010
0 comments
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 [...]