public function MatchBase::getEntropy in Password Strength 8.2
Return value
float
File
- src/
MatchBase.php, line 161
Class
Namespace
Drupal\password_strengthCode
public function getEntropy() {
return $this->zxcvbn_matcher
->getEntropy();
}