Difference between revisions of "Vuln general hash"
From Atomicorp Wiki
(Created page with " == Operating System: Weak password hashing algorithm detected. == Weak MD5 algorithm detected for hashing passwords. Recommend implementing stronger SHA-256/512 hashing. ...") |
Revision as of 13:45, 18 October 2013
Operating System: Weak password hashing algorithm detected.
Weak MD5 algorithm detected for hashing passwords. Recommend implementing stronger SHA-256/512 hashing.
Next Steps
authconfig --passalgo=sha512 --update
Note users need to change their passwords in order to generate hashes using SHA-512. You can force users to change their password on next login:
chage -d 0 userName
where userName is the name of the account to force the password change.