Home
last modified time | relevance | path

Searched refs:PasswordStrength (Results 1 – 5 of 5) sorted by relevance

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php153 $password_complexity = phpthumb_functions::PasswordStrength($PHPTHUMB_CONFIG['high_security_passwor…
/plugin/photogallery/phpThumb/
H A DphpThumb.php207 } elseif (phpthumb_functions::PasswordStrength($phpThumb->config_high_security_password) < 20) {
H A Dphpthumb.functions.php935 public static function PasswordStrength($password) { function in phpthumb_functions
H A DphpThumb.config.php.default45 …tuation, etc -- punctuation is strongest, lowercase is weakest; see PasswordStrength() in phpthumb…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt122 See PasswordStrength() function in phpThumb.php