From: Silvio Rhatto Date: Fri, 14 Oct 2016 12:38:59 +0000 (-0300) Subject: Passwords 20 chars by default X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e68ad5be39ef2aeb671a134144f42866b1af4f0a;p=scripts.git Passwords 20 chars by default --- 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