Nathan2076 / UltimatePassGen

A simple but above-the-average password generator written in C#
GNU Affero General Public License v3.0
5 stars 0 forks source link
cyber-security cybersecurity emoji emojis password password-generator passwords secure security security-tools unicode unicode-characters unicode-support unicode-symbols

Ultimate PassGen

A simple but above-the-average password generator written in C#

.NET workflow status badge


Overview

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.

Usage

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.

Examples

Password generation example

Usage in Twitter example

Usage in Reddit example

What's to Come

Future plans!

Planned for v1.1.0:

Planned for v1.2.0:

Building it Yourself

License

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.

Credits

This project got some inspirations from MakeMeAPassword, by ligos. I highly recommend it!