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