Simple program for securely generating passwords whenever you're in need of that and for any reason can't use a password manager.
- Go 1.22+
--length
- set the length of the password--number
- number of passwords to generate--upper
- include uppercase letters--lower
- include lowercase letters--digits
- include digits--special
- include special characters
--length
is16
characters--number
is1
--upper
istrue
--lower
istrue
--digits
istrue
--special
istrue
So, if all you're looking for is somewhat secure password, you can just run the program as is, no options required.