Skip to content

V1.2.2

Latest
Compare
Choose a tag to compare
@Wolfmyths Wolfmyths released this 25 Jan 19:54
· 1 commit to main since this release
260f751

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