23 lines
No EOL
1.1 KiB
Markdown
23 lines
No EOL
1.1 KiB
Markdown
[](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
|
|

|
|
|
|
:arrow_down_small:Using custom generation
|
|
 |