Update Pass-Generator.sh
This commit is contained in:
parent
ac5adecff2
commit
9bcd55f44d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Declaration de la fonction de generation
|
# Declaration de la fonction de generation
|
||||||
function generate() {
|
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
|
# Demande a l utilisateur le nombre de caratere, par défaut 20
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue