Added more french special chars to list

This commit is contained in:
Darks 2022-12-19 12:10:44 +01:00 committed by Eragon
parent 65fd5c8188
commit 228f613f09
Signed by untrusted user: Eragon
GPG Key ID: 087126EBFC725006
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ function entropy(password) {
"ABCDFEGHIJKLMNOPQRSTUVWXYZ",
"0123456789",
" !\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~§", // OWASP special chars
"áàâéèêíìîóòôúùûç"
"áàâéèêíìîóòôúùûçÁÀÂÉÈÊÍÌÎÓÒÔÚÙÛǵ²³" // French layout special chars
];
used = new Set();