Add to Favourites Add to Favourites    Print this Article Print this Article

Creating a MD5 crypt from the command line

If you need to generate an MD5 hash from the command line, the openssl binary can do this very easily.

openssl passwd -1 password

where password would be replaced with the password you'd like to encrypt.

Was this answer helpful?

Also Read