Quantcast
Channel: MySQL Forums - Security
Viewing all articles
Browse latest Browse all 306

validate_password_strength (1 reply)

$
0
0
Hello,

I enabled the password validation plugin.

Is it possible to use validation_password_strength with an encrypted password, eg. from show grants?

select validate_password_strength('test') = 0
select validate_password_strength('*94BDCEBE19083CE2A1F959FD02F964C7AF4CFC29') = 50 (but is only test encrypted)


Or is there another possibility to prove existing passwords?

BR
Chris

Viewing all articles
Browse latest Browse all 306

Trending Articles