From 764c3cd7c568a644c70ca7744e16786567a4d077 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 16 Jan 2015 12:01:13 -0500 Subject: Add more bytes to randpasswd and use URL base64 --- .zsh/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh/aliases.zsh') diff --git a/.zsh/aliases.zsh b/.zsh/aliases.zsh index 00ba1d57..c1490bf5 100644 --- a/.zsh/aliases.zsh +++ b/.zsh/aliases.zsh @@ -20,7 +20,7 @@ function vman { vim -c "SuperMan $*" || echo "No manual entry for $*" } -alias randpasswd='openssl rand -base64 12' +alias randpasswd='openssl rand -base64 21 | tr +/ -_' alias killlall='killall' which ripl &> /dev/null && alias irb='ripl' -- cgit 1.4.1