Skip to content

Releases: Wolfmyths/password-generator

V1.2.2

25 Jan 19:54
260f751
Compare
Choose a tag to compare

What's new

In this version update I optimized some code to run faster and be more readable for people who want to read it.
I also added more symbol characters that the password can generate.

I also fixed a couple bugs (see changelog below)

How to install and use:

  1. Download password-generator.rar and unzip the file
  2. Open main.exe

Changelog:

  • Added threading which means the program won't freeze when generating either a passphrase or password.
  • Added every symbol in ASCII into the password generator so now there are more possibilities for different passwords.
  • Bug Fix: Passphrase generator's length limit was 250 when it was actually supposed to be 50.
  • Bug Fix: Hopefully fixed a crash involving not being able to connect to the API and will instead return an error message in the output box.
  • Small optimizations

V1.2

23 Nov 00:02
8cc0dd6
Compare
Choose a tag to compare

What's new

I've added a couple new options and some optimizations (see changelog below)

I'm updating the to-do list and getting rid of the .json feature because I've realized password managers have their .jsons formatted differently and it would be impossible for me alone to research every .json and see how its formatted. (If someone wants to take the torch and work on this feel free to do so!)

How to install and use:

  1. Download password-generator.rar and unzip the file
  2. Open the main folder and then open main.exe

Changelog:

  • Added option to make the passphrase all caps
  • Added a copy to clipboard button
  • If nothing is inputted for the length for either passphrase or password, it defaults to 0 (random length that's 250 or lower) instead of giving an error
  • Bug Fix: Fixed lag on passphrase button

Version 1.0 Release

17 Nov 09:08
6fe6840
Compare
Choose a tag to compare

The GUI Update!

I finally created a working GUI with python and used pyinstaller to turn my script into an application!

There's still some stuff to be done on this project. Checkout the to-do list in the readme.md file to learn what's next!

How to install and use:

  1. Download password-generator.rar and unzip the file
  2. Open the main folder and then open main.exe

Changelog:

  • Added GUI (For the cost of my sanity)
  • Program is launched through an executable instead of a terminal

Known Bugs:

  • Generating a new passphrase will have few second wait times depending on the amount of words chosen
    • If anyone knows more about why this is happening, let me know!

v0.8

15 Nov 03:02
439b9da
Compare
Choose a tag to compare
v0.8 Pre-release
Pre-release

Isn't completely user friendly and can still crash if the user doesn't input the correct arguments