therealdrflower / passgen

Generates a random (ish) password

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passgen

Generates a random (ish) password.
This is a command line tool please run it from the console.

!! Please note the updated license !! (If you forked before 1/3/2024 you still use the MIT license)

The license is a modified FreeBSD license, basically you have to give credit to using this software, and you cannot claim that you made it, and you must state if you modified it.

Purpose:

Generates a password (I don't know if it is trustable)

Run Makefile to build it

Version 2.1 now has:

-Command line arguments. Type the use case for the password, then the use case and the password will be stored in passwords.txt

About

Generates a random (ish) password

License:Other


Languages

Language:C++ 97.4%Language:Makefile 2.6%