A simple but above-the-average password generator written in C#
This is a simple password generation program written in C#. It features all Unicode characters and emoji, with more than 153,000 characters available for your passwords.
Download your desired version in the Releases tab on the right, and, with Windows Terminal (recommended), PowerShell, or Command Prompt, in the folder you downloaded the program, type ./UltimatePassGen
.
From here, everything is pretty self-explanatory. Type the password length on the first input, hit Enter
, and it will generate a password for you. To copy it to the clipboard, press C. Alternatively, a file named password.txt
will be created with the generated password in it, so you can open and copy it with Ctrl + A
and Ctrl + C
.
Future plans!
Planned for v1.1.0:
Planned for v1.2.0:
$ git clone https://github.com/Nathan2076/UltimatePassGen.git
$ cd ./UltimatePassGen/src
$ dotnet build
$ ./bin/Debug/net8.0/UltimatePassGen
Ultimate PassGen is licensed under the GNU Affero General Public License v3.0, check its terms before using, distributing, or modifying any parts of this project.
This project got some inspirations from MakeMeAPassword, by ligos. I highly recommend it!