complex pernament password

lowercase, uppercase, digit, length>=8

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-01-16 19:47:58 +08:00
parent 2a7f8d5367
commit 9aecd28702
34 changed files with 468 additions and 65 deletions

View File

@@ -423,5 +423,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Request Elevation", "Richiedi elevazione dei diritti"),
("wait_accept_uac_tip", "Attendere che l'utente remoto accetti la finestra di dialogo UAC."),
("Elevate successfully", "Elevazione dei diritti effettuata con successo"),
("uppercase", ""),
("lowercase", ""),
("digit", ""),
("special character", ""),
("length>=8", ""),
("Weak", ""),
("Medium", ""),
("Strong", ""),
].iter().cloned().collect();
}