Sodamhan.com

TL;DR

pwgen

Generate pronounceable passwords. More information: https://github.com/tytso/pwgen.

  • Generate random password with symbols:

pwgen -y length

  • Generate secure, hard-to-memorize passwords:

pwgen -s length

  • Generate password with at least one capital letter in them:

pwgen -c length

This document was created using the contents of the tldr project.