A very easy to use and for some people useful tool for generating secure passwords so your accounts can be safe online.
Simply paste the command in your terminal.
git clone [email protected]:irchv/PassG3n.git
Running the script:
python3 [email protected]
Command | Also can be used | Description |
---|---|---|
-n |
--nums |
Number of digits in the pass |
-l |
--lower |
Number of lowercase digits in the pass |
-u |
--upr |
Number of uppercase digits in the pass |
-s |
--spec |
Number of special digits in the pass |
-t |
--total |
It will ignore all of the above and it will generate a totally random pass with the specified length |
-a |
--amount |
The amount of generated passwords |
-o |
--output |
Outputs the passwords in a /name/.txt (naming the file is done while executing the script) when attched to the execution of the script |