Check for weak passwords

Hello,

All the passwords are stored using one-way encryption method, i.e. hashes. There is no way to easily decrypt them. Nevertheless mysqltuner can be executed with options to check for weak passwords in MySQL, you will need to use the following files for this:

- https://raw.githubusercontent.com/major/MySQLTuner-perl/master/basic_passwords.txt
- https://raw.githubusercontent.com/major/MySQLTuner-perl/master/vulnerabilities.csv

Salted hashes I believe can not be checked this way. Or can they be?
 
Back
Top