[colug-432] Random Generator

George Larson george.g.larson at gmail.com
Sun May 25 21:50:02 EDT 2014


On Sat, May 24, 2014 at 1:17 PM, tom <thomas.w.cranston at gmail.com> wrote:

> Is there a better command line to produce a random password? Anything I
> can do with my laptop to produce more randomness, like increase the
> number of processes running?
>

​curl -s '
https://www.random.org/strings/?num=25&len=20&digits=on&loweralpha=on&upperalpha=on&unique=on&format=plain&rnd=new'
| head -$(( (RANDOM % 25)+1 )) | tail -2 | perl -pe 's/\n//'"​



-- 

-= c0d3 :: j0rg3 - all code, no cruft <http://j0rg3.com> =-

    - send me a private message <https://keybase.io/j0rg3> -
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.colug.net/pipermail/colug-432/attachments/20140525/74ba73b4/attachment.html 


More information about the colug-432 mailing list