Releases: duman/passgen
Releases · duman/passgen
Minor fixes and no clipboard feature
Changelog:
- Added -nc parameter to prevent copying password directly into the clipboard. If the -nc parameter is supplied (-snc, -ncs, -nsnc, -ncns) password gets printed on the console window instead.
- Fixed password still being copied to clipboard even if the request gets timed out due to inability to generate a password above or equal to the given limit. (ex: passgen -7 -100 -ns)
- Clipboard now gets completely cleared after timed out request.
Next version:
- Allowing raw password to get exported into given file. (ex: passgen -12 -100 -ns -f "C:/password.dat")
To install this:
- Create a folder, which you won't change the location of later on.
- Place passgen.exe inside the newly created folder.
- Add the folder to your Environment Variables -> Path
- Done!
To use this:
- Make sure that you've added correct path to your system environment variables.
- Open powershell or cmd and type passgen -12 -100 to receive your first password.
- Generated passwords will be automatically copied to the clipboard.
- You can CTRL + V anywhere you like to and use it.
First release on Github
To install this:
- Create a folder, which you won't change the location of later on.
- Place passgen.exe inside the newly created folder.
- Add the folder to your Environment Variables -> Path
- Done!
To use this:
- Make sure that you've added correct path to your system environment variables.
- Open powershell or cmd and type passgen -12 -100 to receive your first password.
- Generated passwords will be automatically copied to the clipboard.
- You can CTRL + V anywhere you like to and use it.