Update Pass-Generator.sh

This commit is contained in:
Willy 2025-07-01 12:44:31 +02:00
parent ac5adecff2
commit 9bcd55f44d

View file

@ -2,7 +2,7 @@
# Declaration de la fonction de generation
function generate() {
</dev/urandom tr -dc '!@#$%&*|<>~()_A-Z-a-z-0-9'| fold -w$nb | head -5
</dev/urandom tr -dc '!@#$%&*=|<>~()_A-Z-a-z-0-9'| fold -w$nb | head -5
}
# Demande a l utilisateur le nombre de caratere, par défaut 20