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:
- Download password-generator.rar and unzip the file
- 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