~30 files, (2 + 1/12) years worth, so 30 * (2 + 1/12) text files
how much data is that?
8,388,608 bits == 1048576 bytes == 1024 kilobytes? == 1 megabyte
therefore, one megabyte per day. 365 days in a year, 20 days into this year, 385MB of data to download all the random files
from there, work your way through brute forcing every possible "few bytes of binary"
upon successful discovery of the random file that created the secret key that corresponds to the public key, or however the math works, i'm presently foggy....
because the file would be hardcoded into the add-on...
you now have the secret wtf am i even talking about, 1MB of random seed data from which ALL KEYS ARE GENERATED comes from one dinkyass file included in the goddamned add-on
no no no no that simply will NOT work
does anyone know how long it would take to make a rainbow table of all possible private keys from 1MB of source random data? like a day at the extreme upper end? an hour? ten minutes?
entropy( "aiughareuighdioaguhduioafghduioaghdiagh" );
logged in the console
we're cutting corners a bit to much for my comfort, we're leaving gaps in this all over the loving place. there's a difference between making mathematical algorithms precisely, and leaving doors for the numbers to be observed at all kinds of different places
it's like having love with your blinds open
Yep.
We would probably be better off doing what Lugnut said and have the host player move around. We could make it so that they have to go a certain distance before they can stop.
if they don't deviate from a straight line enough (say we do
linear regression with the points they travel to at the same time the randomness generator samples stuff, linreg has an "r" variable which is more or less how accurate the line of best fit is) if that line isn't a really stuffty fit (aka they more or less walked a straight line) then they have to keep doing random stuff until it is
this sets a lower limit on how not-random it is.
See how often a, g, and h clump together? Or u and i? You probably weren't trying your hardest, but do you think the average "why do I have to do this anyway' guy is going to try THEIR hardest? Plus letters probably tend to clump regardless, just because of how the human brain works. We don't really generate true randomness, as any of the pro rock-paper-scissors players can tell you.
unless i'm horribly mistaken, it just has to be not-reproducable and not brute forceable (i'm pretty sure neither of those is words)
you make a sound point for a form of side channel attack, but that'd be pretty sophisticated.