<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 24, 2014 at 1:17 PM, tom <span dir="ltr"><<a href="mailto:thomas.w.cranston@gmail.com" target="_blank">thomas.w.cranston@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id=":47f" class="" style="overflow:hidden">Is there a better command line to produce a random password? Anything I<br>
can do with my laptop to produce more randomness, like increase the<br>
number of processes running?</div></blockquote></div><br><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">curl -s '<a href="https://www.random.org/strings/?num=25&len=20&digits=on&loweralpha=on&upperalpha=on&unique=on&format=plain&rnd=new">https://www.random.org/strings/?num=25&len=20&digits=on&loweralpha=on&upperalpha=on&unique=on&format=plain&rnd=new</a>' | head -$(( (RANDOM % 25)+1 )) | tail -2 | perl -pe 's/\n//'"</div>
<br><br clear="all"><br>-- <br><div dir="ltr"><div><div><br>-= <a href="http://j0rg3.com" target="_blank">c0d3 :: j0rg3 - all code, no cruft</a> =-<br></div><br> -<a href="https://keybase.io/j0rg3" target="_blank"> send me a private message</a> -<br>
</div></div>
</div></div>