23#ifndef PASSWORDSTRENGTH_H
24#define PASSWORDSTRENGTH_H
Definition credential.h:30
PasswordStrength getPasswordStrength(const std::string &password)
Calculates the strength of a given password.
PasswordStrength
Strengths for a password.
Definition passwordstrength.h:34
@ VeryStrong
A very strong password.
Definition passwordstrength.h:40
@ VeryWeak
A very weak password.
Definition passwordstrength.h:36
@ Weak
A weak password.
Definition passwordstrength.h:37
@ Medium
A medium password.
Definition passwordstrength.h:38
@ Strong
A strong password.
Definition passwordstrength.h:39
@ Blank
A blank password.
Definition passwordstrength.h:35