passwd

From Noah.org
Revision as of 13:22, 4 May 2015 by Root (talk | contribs) (Created page with 'Category: Engineering == Hash a password and salt to test against the value stored in /etc/shadow. == <pre> echo "MyBadPassword" | mkpasswd --method=SHA-512 --salt=y1mNfEE…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Hash a password and salt to test against the value stored in /etc/shadow.

echo "MyBadPassword" | mkpasswd --method=SHA-512 --salt=y1mNfEEq --stdin