X-Git-Url: http://git.scottworley.com/overonion/blobdiff_plain/c5ab018d697edad35cac84d1146d5b6f76203854..d778dfea549bb736863c6b24b6fd1950577b0a5c:/overonion-make-key diff --git a/overonion-make-key b/overonion-make-key index 3b0289f..b909d97 100755 --- a/overonion-make-key +++ b/overonion-make-key @@ -30,7 +30,6 @@ fi i=0 while read -r cipher;do echo -n $'\r'"Generating key $((++i))/${#ciphers[*]}" - sleep 10 cat >> "$keyfile" <<< "$cipher $(head -c 99 /dev/random | base64 --wrap=0 )" done < <( IFS=$'\n'; shuf <<< "${ciphers[*]}"; ) echo