View Single Post
Old 03-24-2011, 05:47 AM   #9 (permalink)
StanT
©
 
StanT's Avatar
 
Location: Colorado
Quote:
Originally Posted by Martian View Post
Random number generators are not random, but let's not be disingenuous. It's entirely possible and not even that difficult to program a computer such that it produces output which is impossible to predict. I accomplish this feat regularly, whenever I need a random string of text.

Just because it's not truly random, doesn't mean it's predictable. However, just because they're calling it random, doesn't mean it actually is.
Impossible for a human to predict? sure Can a second computer generate the same string using the same parameters? I would think so.

I have an RSA key that seemingly generates random 6 digit numbers. Clearly, they aren't random or I wouldn't be logging into anything.

I'll admit to skimming the article; but they seem to imply cause and effect simply because pseudo random numbers aren't totally random. Meaningless BS. If they want to make a case, have everyone's RSA key read 999999 at a specific time.
StanT is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73