From 18a9b63be923c505ee5a446dcd3ef28b20c0e241 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 7 Apr 2024 14:04:32 +0530 Subject: libnpass/pass_gen_set/PASS_GEN_PRINT: add missing upper alphabet --- src/libnpass/libnpass.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libnpass/libnpass.c b/src/libnpass/libnpass.c index 25b707f..aa1a285 100644 --- a/src/libnpass/libnpass.c +++ b/src/libnpass/libnpass.c @@ -27,6 +27,7 @@ const char *pass_gen_set[] = { "0123456789" "abcdefghijklmnopqrstuvwxyz" + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", }; -- cgit v1.2.3