Super fast passwords generator
$ passgen -c 16 -l -s -u -nflags:
-c to set password length to 16 characters
-l to use lowercase characters
-s to use special characters
-u to use uppercase characters
-n to use numbers
-clip to send password in clipboard
or you can just enter:
$ passgenthis will use default settings:
- 8 сharacters length password
- use special characters
- use lowercase characters
- use uppercase characters
- use numbers
You can download a binary for all platfoms (OSX not supported, you could build it manually)