<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Jan's version is kind of nicer than just random chracters because
      the result looks somewhat like pronounceable words if you like
      English.</p>
    <p>That makes it slightly more memorable than something truly
      random.</p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 06/02/2016 01:04 PM, Stewart C.
      Russell wrote:<br>
    </div>
    <blockquote cite="mid:5750670F.2020408@gmail.com" type="cite">
      <pre wrap="">On 2016-06-02 12:13 PM, Alvin Starr wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">A lot of years ago Jan Carlson wrote a userfriendly password generator.
</pre>
      </blockquote>
      <pre wrap="">
Yes, that does look like Perl 4 from sometime last century.

If you have to make a password to meet the stupid 8 char requirement you
still sometimes see, this (nabbed from cmdlinefu, IIRC) works:

dd if=/dev/urandom count=1 2>/dev/null | base64 | head -1 | cut -c4-11

They're pretty hostile passwords it makes. I mostly use it to make new,
instantly-forgotten Amazon/Ebay/$GamingSite passwords for the many, many
people who mistakenly think their email address is my gmail address.

 Stewart
---
Talk Mailing List
<a class="moz-txt-link-abbreviated" href="mailto:talk@gtalug.org">talk@gtalug.org</a>
<a class="moz-txt-link-freetext" href="https://gtalug.org/mailman/listinfo/talk">https://gtalug.org/mailman/listinfo/talk</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Alvin Starr                   ||   voice: (905)513-7688
Netvel Inc.                   ||   Cell:  (416)806-0133
<a class="moz-txt-link-abbreviated" href="mailto:alvin@netvel.net">alvin@netvel.net</a>              ||
</pre>
  </body>
</html>