New password generator
Back to Computers and Technology#1 theblack
Hello everyone,
I’m here to share a small program developed by me. It’s a password generator.
Important notice: Some antivirus software and Chrome may flag it as malicious when downloading, but that’s because I don’t have a developer signature, and it’s developed in AutoIt.
Why did I use this language? Simple. Since this is a beta of what I truly want to create, I made it in a simple language to see if it works properly for people.
Another very important thing: The program interacts with system sounds to make it more interactive, and since it also interacts with the clipboard, it becomes even more suspicious for certain antivirus software.
The program is 100% safe. Those who have developed programs in this language will understand me. This is very similar to what happened with BGT and audiogames.
Below, I’ll leave the README of the program here.
Password Generator - Beta 0.3.5
This tool helps you generate secure passwords quickly.
Developer:
https://the-future.kesug.com
Almost everything is controlled using the Tab key. When there is a menu, such as the one for selecting whether you want the password to include letters and numbers, it’s controlled using the left and right arrow keys.
1. Title: Enter a title for your password.
2. Password Type: Choose between Letters, Numbers, or Letters and Numbers.
3. Generate: Click to create your password.
Important: Press the up arrow to reveal a slider that makes your password more secure. Adjust it, then press Tab to return to the main settings.
I’ll send the link here.
https://the-future.kesug.com/descargas/Password%20Generator.zip
#2 theblack
I added an option for people to assign a title to their password, as we often generate one and don’t know what it is. If we don’t close the program, we can easily see it. Regarding security, I have shared projects here, such as Html Creator, and everything is in order. They can be confident about security by analyzing all my other projects, including my website.
#3 theblack
The next step is to rewrite the program in Python. After that, I will explore ways to integrate it with a reliable password manager. By integration, I mean generating a file that can be sent directly to our preferred password manager, not simply packaging the program to install another password manager.
I do not agree with the creation of "Bundle installers for these things. There are better ways to include functionalities without frightening the user with undicable buttons or forcing it or recommending to install another program, unless it is something extremely necessary for the operation of a program .
#4 theblack
Due to the fact that I feel a deep laziness to update the website every time something changes, I have decided to publish a release on GitHub. The source code is not freely accessible, but this will make things easier for me. I hope you enjoy!
https://github.com/thefuture-md/Password-Generator/releases/download/0.3.5/Password.Generator.zip
#5 theblack
New update! Now we can save the password in a TXT. It is not the safest thing in the world if we think, but they asked me for a lot.
https://github.com/thefuture-md/Password-Generator/releases/download/0.3.1.8/Password.Generator.zip
I also have a website that reflects the releases of the repository. It has no much, just that.
https://thefuture-md.github.io/Password-Generator/