twesterm said:
The key isn't a random number (well, it's a specific number of random digits). They were able to find that key because they used the same random number over and over again. The other part you missed is that the random number is not 4 like the XKCD comic you're thinking makes it out to be, it's a very very large HEX number. |
The random number generator returns 4 (If what my co-worker told me and read is true), that random number is used to generate that long hex string. The thing is that hex string is supposed to be different everytime its generated, but it's not because their random generator returns the same number always. How that got overlooked is beyond me, I mean you had to have not tested that more than once to not see it return the same string over and over again.
edit: watched the video of the hack, they stubbed that 4 in there, my friend must have gotten confused.








