diff --git a/README.md b/README.md index 4860457..550f73f 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,23 @@ [![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC_BY--NC--SA_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/) -# Pass-Generator +# Pass-Generator [v2.0.0](https://git.selfitdeploy.com/Willy/Pass-Generator/releases/tag/v2.0.0) ## :one: Description -Script de génération de mot de passe. -- Demande à l'utilisateur le nombre de caractères (20 par défaut) -- Demande à l'utilisateur le nombre d'itérations (5 par défaut) -- Génère 5 mots de passes aléatoires de 20 caractères -- Inclus alphabet majuscule `A-Z` et minuscule `a-z` -- Inclus chiffres `0-9` -- Inclus caractères spéciaux `!@#$%&*=|<>~()_` +Password generation script. +- Choice 1 - Default generation + *Default generation of 5 iterations of 20 characters, including all supported characters.* +- Choice 2 - Custom generation + *Custom generation with choice of iteration quantities and characters, + the possibility to activate or not a character type as well as export to an external file.* +- List of available characters + - *lowercase* `a-z` + - *uppercase* `A-Z` + - *numbers* `0-9` + - *specials* `!@#$%&*=|<>~()_{}[]+.` -## :two: Demo -:arrow_down_small:Using default configuration -![Default](https://git.selfitdeploy.com/Willy/Pass-Generator/raw/branch/main/images/Pass-Generator-Default.gif) +## :two: Examples +:arrow_down_small:Using default generation +![Default](https://git.selfitdeploy.com/Willy/Pass-Generator/raw/branch/main/images/Pass-Generator_Default-generation.png) -:arrow_down_small:Using custom configuration -![Custom](https://git.selfitdeploy.com/Willy/Pass-Generator/raw/branch/main/images/Pass-Generator-Custom.gif) \ No newline at end of file +:arrow_down_small:Using custom generation +![Custom](https://git.selfitdeploy.com/Willy/Pass-Generator/raw/branch/main/images/Pass-Generator_Custom-generation+export.png) \ No newline at end of file diff --git a/SHA256SUM b/SHA256SUM index 3c000a0..202474c 100644 --- a/SHA256SUM +++ b/SHA256SUM @@ -1 +1 @@ -f330159b49bccb67bdd78013c0e8047c130292d98f2792a5a4c2b6df901627c5 Pass-Generator.sh \ No newline at end of file +95ca6e17f95db998e4bfa21ff101b4b592d6e7ebaa56899e7c988d80b0f21115 Pass-Generator.sh \ No newline at end of file diff --git a/images/Pass-Generator-Custom.gif b/images/Pass-Generator-Custom.gif deleted file mode 100644 index 557fc87..0000000 Binary files a/images/Pass-Generator-Custom.gif and /dev/null differ diff --git a/images/Pass-Generator-Default.gif b/images/Pass-Generator-Default.gif deleted file mode 100644 index 1256d55..0000000 Binary files a/images/Pass-Generator-Default.gif and /dev/null differ diff --git a/images/Pass-Generator_Custom-generation+export.png b/images/Pass-Generator_Custom-generation+export.png new file mode 100644 index 0000000..40bf5f3 Binary files /dev/null and b/images/Pass-Generator_Custom-generation+export.png differ diff --git a/images/Pass-Generator_Default-generation.png b/images/Pass-Generator_Default-generation.png new file mode 100644 index 0000000..b4a7efa Binary files /dev/null and b/images/Pass-Generator_Default-generation.png differ