diff --git a/README.md b/README.md index 550f73f..4860457 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,19 @@ [![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 [v2.0.0](https://git.selfitdeploy.com/Willy/Pass-Generator/releases/tag/v2.0.0) +# Pass-Generator ## :one: Description -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* `!@#$%&*=|<>~()_{}[]+.` +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 `!@#$%&*=|<>~()_` -## :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) +## :two: Demo +:arrow_down_small:Using default configuration +![Default](https://git.selfitdeploy.com/Willy/Pass-Generator/raw/branch/main/images/Pass-Generator-Default.gif) -: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 +: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 diff --git a/SHA256SUM b/SHA256SUM index 202474c..3c000a0 100644 --- a/SHA256SUM +++ b/SHA256SUM @@ -1 +1 @@ -95ca6e17f95db998e4bfa21ff101b4b592d6e7ebaa56899e7c988d80b0f21115 Pass-Generator.sh \ No newline at end of file +f330159b49bccb67bdd78013c0e8047c130292d98f2792a5a4c2b6df901627c5 Pass-Generator.sh \ No newline at end of file diff --git a/images/Pass-Generator-Custom.gif b/images/Pass-Generator-Custom.gif new file mode 100644 index 0000000..557fc87 Binary files /dev/null and b/images/Pass-Generator-Custom.gif differ diff --git a/images/Pass-Generator-Default.gif b/images/Pass-Generator-Default.gif new file mode 100644 index 0000000..1256d55 Binary files /dev/null and b/images/Pass-Generator-Default.gif differ diff --git a/images/Pass-Generator_Custom-generation+export.png b/images/Pass-Generator_Custom-generation+export.png deleted file mode 100644 index 40bf5f3..0000000 Binary files a/images/Pass-Generator_Custom-generation+export.png and /dev/null differ diff --git a/images/Pass-Generator_Default-generation.png b/images/Pass-Generator_Default-generation.png deleted file mode 100644 index b4a7efa..0000000 Binary files a/images/Pass-Generator_Default-generation.png and /dev/null differ