From e68ad5be39ef2aeb671a134144f42866b1af4f0a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 14 Oct 2016 09:38:59 -0300 Subject: Passwords 20 chars by default --- pw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pw b/pw index eaca5c4..cb389e1 100755 --- a/pw +++ b/pw @@ -3,4 +3,4 @@ # Simple password generator. # -head -c ${1:-18} /dev/urandom | base64 +head -c ${1:-20} /dev/urandom | base64 -- cgit v1.2.3