aboutsummaryrefslogtreecommitdiff
path: root/pw
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-10-14 09:38:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-10-14 09:38:59 -0300
commite68ad5be39ef2aeb671a134144f42866b1af4f0a (patch)
treec39d698a2729975b0755536cb5ffcdbbf6e804ac /pw
parent275e596dece90af72b2d1a91061bff49f1d03ed9 (diff)
downloadscripts-e68ad5be39ef2aeb671a134144f42866b1af4f0a.tar.gz
scripts-e68ad5be39ef2aeb671a134144f42866b1af4f0a.tar.bz2
Passwords 20 chars by default
Diffstat (limited to 'pw')
-rwxr-xr-xpw2
1 files changed, 1 insertions, 1 deletions
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