From b07609426a74fa7683904a5d07d75ee8daf6186e Mon Sep 17 00:00:00 2001 From: June 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') 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