<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
<br>
</div>That list would fill all the PC's on the planet a few billions times.<br>
The number of items in the list has 25 digits in it.  print 32**16<br><br></blockquote><div>I actually should've specified that the list I'm trying to create would not start at say "0000000000000001".<br>
I'm attempting to generate all possible .onion addressess which look like " kpvz7ki2v5agwt35.onion" for instance.<br><br><br>The TOR network generates these numbers with this method:<br>"If you decide to run a hidden service Tor generates an <a class="ext-link" href="http://en.wikipedia.org/wiki/RSA"><span class="icon"> </span>RSA-1024</a> keypair. The .onion name is computed as follows: first the <a class="ext-link" href="http://en.wikipedia.org/wiki/SHA_hash_functions"><span class="icon"> </span>SHA1</a> hash of the <a class="ext-link" href="http://en.wikipedia.org/wiki/Distinguished_Encoding_Rules"><span class="icon"> </span>DER</a>-encoded <a class="ext-link" href="http://en.wikipedia.org/wiki/Abstract_Syntax_Notation_One"><span class="icon"> </span>ASN.1</a> public key is calculated. Afterwards the first half of the hash is encoded to <a class="ext-link" href="http://en.wikipedia.org/wiki/Base32"><span class="icon"> </span>Base32</a>
 and the suffix ".onion" is added. Therefore .onion names can only 
contain the digits 2-7 and the letters a-z and are exactly 16 characters
 long."<br>-from the Tor Hidden Services DOC page.<br><br>I'm not sure if that changes anything as far as the impossible size of my dataset.<br><br>Again, any input is useful.<br><br>Scott<br></div></div><br>