v0.0.9 #8

Merged
timi merged 3 commits from dev into master 2026-06-30 07:23:52 +00:00
Showing only changes of commit 4162b75de9 - Show all commits

View File

@@ -19,7 +19,7 @@ public class Text {
public static String NUMBER_POOL = "0123456789";
public static String LETTER_NUMBER_POOL = LETTER_POOL + LETTER_POOL;
public static String LETTER_NUMBER_POOL = LETTER_POOL + NUMBER_POOL;
public static String PASSWORD_CHAR_POOL = LETTER_NUMBER_POOL + "!#$%&()*+,-./:;<=>?@[]^_`{|}~";