diff --git a/pages/linux/pwgen.md b/pages/linux/pwgen.md index 0c0c1f108d..3fa3bcf56a 100644 --- a/pages/linux/pwgen.md +++ b/pages/linux/pwgen.md @@ -1,7 +1,15 @@ # pwgen -> Generate passwords. +> Generate pronounceable passwords. -- Generate 8 characters long random passwords with symbols : +- Generate random password with symbols: -`pwgen -sy` +`pwgen -y {{length}}` + +- Generate hard-to-memorize passwords: + +`pwgen -s {{length}}` + +- Generate password with at least one capital letter in them: + +`pwgen -c {{length}}`