Pass-Generator/README.md
2025-07-01 18:42:09 +02:00

19 lines
No EOL
888 B
Markdown

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