<br><br><div><span class="gmail_quote">On 8/11/07, <b class="gmail_sendername">Jared</b> &lt;<a href="mailto:jared@hatwhite.com">jared@hatwhite.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
breasts. Better to stay with the industry-standard term for the<br>smallest particle of ternary calculation: &quot;trit.&quot; </blockquote><div><br>I didn&#39;t know there was an industry.&nbsp; I thought the whole point of the discussion was that the industry was strictly binary.
<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&nbsp;So here is something that WILL<br>get people interested, once they get over the &quot;No way, that&#39;s
<br>impossible&quot; barrier:</blockquote>. . .<br><div>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">The software running inside that &quot;impossible&quot; black box is ternary,
<br>and uses pattern-based analysis to decrypt. Instead of decrypting a<br>small string by using hundreds of thousands of password strings,<br>each varying by a single character until you stumble upon the<br>correct one, you decrypt by studying the layers of _patterns_
<br>generated by any encryption process. Once you open the first<br>layer, the others become successively easier, because each layer<br>gives clues to the next.</blockquote><div><br>Anyone using a password like this isn&#39;t really protecting their data from an attacker with crypto knowledge (or access to common cracking tools).
<br><br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">The only way to prevent such pattern-based analysis from cracking<br>open any binarily-encrypted clump of data, or even a packet stream,
<br>is to generate TRULY RANDOM keys, which can only be created ... you<br>guessed it ... within a ternary pattern-based algorithm. You already<br>know that binary algorithms can NEVER create true randomnness, but<br>can only emulate it with ever-increasingly fine precision. Like
<br>approaching infinity; you are always approaching it, but never quite<br>get there.</blockquote><div><br><br>I must call bullshit on this.&nbsp; Ternary computation does not possess any magical properties.&nbsp; A number is a number, and the same algorithm written in base 2, 3, 8, or 10 can also be done in 16, 256, etc.&nbsp; The reason why computers normally can&#39;t do randomness is that they aren&#39;t designed for it.&nbsp; They take inputs and perform calculations in such a way that the same inputs always generate the same outputs.&nbsp; They are specifically designed to do things like error correction to prevent producing different outputs from the same inputs.
<br><br>If you want to add randomness to computers, you need to design circuits to produce random data.<br>Start with something like a Geiger counter.&nbsp; Every time it records a hit, take the time of the event (with a clock that can do millisecond or finer resolution), subtract the previous event time, and throw away all but the last few bits or trits of the delta.&nbsp; Take as additional events every valid SYN-ACK packet received by the TCP stack, keypresses that are at least 3 seconds after the previous keypress (you don&#39;t want to use the internal timings of typing, because a person might have a rhythm that introduces a bias into the data), and the pixels of webcams aimed at busy intersections.&nbsp; The idea is to use a lot of different sources for the events, so that an attacker with access to one source will be unable to know what other events intervened between those of which he is aware.
<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&nbsp;If you are curious, here&#39;s an encrypted hint: &quot;Babble<br>code is for babies.&quot;
</blockquote><div><br>Here&#39;s my encrypted answer: &quot;The Falcon flies east in the evening.&quot;<br>&nbsp;</div><br></div>