upassword: maj nombre de blocs par défaut

This commit is contained in:
Jephté Clain 2022-08-16 10:39:32 +04:00
parent f4047a3b64
commit 440d2aa1fa
1 changed files with 1 additions and 1 deletions

View File

@ -4682,7 +4682,7 @@ public class upassword {
}
public String generateJk() {
return generateJk(3, 1, rand);
return generateJk(4, 1, rand);
}
}