MySQL tutorial: VALIDATE_PASSWORD_STRENGTH [EN]
top of page
CerebroSQL

MySQL: 

VALIDATE_PASSWORD_STRENGTH

Syntax:
VALIDATE_PASSWORD_STRENGTH(str)

Given an argument representing a plaintext password, this function
returns an integer to indicate how strong the password is. The return
value ranges from 0 (weak) to 100 (strong).

URL: https://dev.mysql.com/doc/refman/8.0/en/encryption-functions.html

Example

bottom of page