From dc3ba725f9b706d12a8baec971ac63fcb567080b Mon Sep 17 00:00:00 2001 From: Leandro Ostera Date: Thu, 11 Feb 2016 08:47:10 +0100 Subject: [PATCH] Refactor pwgen to adjust to feedback --- pages/linux/pwgen.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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}}`