I can get the password with this query
SELECT username, password FROM mysql.user;
But the passwords are encrypted, what type of encryption is that and how to decrypt using dictionary attack which is best tool
I want to know about the encryption type , in mariaDB 5.5.56