[![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) ## :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* `!@#$%&*=|<>~()_{}[]+.` ## :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 generation ![Custom](https://git.selfitdeploy.com/Willy/Pass-Generator/raw/branch/main/images/Pass-Generator_Custom-generation+export.png)