This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8bfc4decba
tldr
/
pages
/
linux
/
pwgen.md
259 B
Raw
Blame
History
pwgen
Generate pronounceable passwords.
Generate random password with symbols:
pwgen -y {{length}}
Generate hard-to-memorize passwords:
pwgen -s {{length}}
Generate password with at least one capital letter in them:
pwgen -c {{length}}