2010-05-05 16:40:41 +00:00
|
|
|
[[!meta title="How to generate a /etc/shadow compatible md5 password"]]
|
|
|
|
|
2010-05-05 16:44:28 +00:00
|
|
|
Documentated here to save somebody's else's time, you can do that easily with
|
2010-05-05 16:40:41 +00:00
|
|
|
[openssl](http://www.openssl.org/):
|
|
|
|
|
|
|
|
openssl passwd -1
|
|
|
|
|
|
|
|
See also **openssl-passwd(1)**.
|
|
|
|
|
|
|
|
[[!tag eth unix]]
|