<p>You actually make reasonable passwords for users? !?!<br>
I set their account for must change and passwd= imadumbdork<br>
They tend to not forget after a change or two<br>
Bofh rules!</p>
<div class="gmail_quote">On Oct 1, 2011 12:47 PM, &quot;Michael B. Trausch&quot; &lt;<a href="mailto:mike@trausch.us">mike@trausch.us</a>&gt; wrote:<br type="attribution">&gt; Hey!  Things are quiet!  Im&#39;ma stir &#39;em up!  :-)<br>
&gt; <br>&gt; I put together a stupid little Python script to read bytes from<br>&gt; /dev/urandom and chuck them out as PGP word lists.  I thought there<br>&gt; might be some people on the list that would be interested in it.<br>
&gt; <br>&gt; I&#39;m not sure how to actually compute the entropy of the passwords that<br>&gt; it generates, though; the rules of the PGP word list are kind of cool<br>&gt; but strange.  There is a word list of 512 words.  256 of them are used<br>
&gt; in the &quot;even&quot; position, and 256 of them are used in the &quot;odd&quot;<br>&gt; position.  So, for each position there are 256 possibilities.<br>&gt; Naďely, I&#39;d say that there are thus 256^n possibilities for each<br>
&gt; possible password attempt.<br>&gt; <br>&gt; *BUT* that&#39;s not quite the way it works, since there are two different<br>&gt; symbol sets.  If there were 512 possible symbols all the way through<br>&gt; the password, it&#39;d be 512^n.  Of course, this ain&#39;t that, either.<br>
&gt; <br>&gt; I&#39;d be inclined to say that it&#39;s probably something along the lines of<br>&gt; 256^n * 2.  But I don&#39;t know.  Perhaps Mike W. can chip in to help me<br>&gt; understand that.<br>&gt; <br>&gt; Anyway, I didn&#39;t actually make this *for* password generation, but<br>
&gt; it&#39;d be a lot better than the tool I am using for my users currently<br>&gt; for setting initial passwords, so I&#39;m going to start using it for<br>&gt; that.  :-)<br>&gt; <br>&gt; Script is attached.<br>&gt; <br>
&gt;        --- Mike<br></div>