8000 Releases · duman/passgen · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: duman/passgen

Minor fixes and no clipboard feature

08 Apr 12:40
c8b8ec7
Compare
Choose a tag to compare

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

26 Mar 20:22
1b26ab1
Compare
Choose a tag to compare

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.
0