When Random Isn't Random Enough: Lessons from an Online Poker Exploit
11–20 of 90 posts
Re: When Random Isn't Random Enough: Lessons from an Online Poker Exploit
#12Re: When Random Isn't Random Enough: Lessons from an Online Poker Exploit
#13true random based on atmospheric noise: random.org
Re: When Random Isn't Random Enough: Lessons from an Online Poker Exploit
#14Re: When Random Isn't Random Enough: Lessons from an Online Poker Exploit
#15http://www.youtube.com/watch?v=4HBUe8Fb73Q http://www.youtube.com/watch?v=AAQDEXJdbQc
Re: When Random Isn't Random Enough: Lessons from an Online Poker Exploit
#16I admit I am a total noob here, but couldn't you make something with a TV turned to a station with just static? I have often wondered about this but lack the 'propriate schoolin'.
It's really quite simple, and it could produce a very high degree of randomness. It would differ from typical PRNGs in that the binary sequence could not be reproduced, no matter how much you knew about the circuit.
> I have often wondered about this but lack the 'propriate schoolin'.
That's an easily remedied problem. Remember what Mark Twain said: "I have never let my schooling interfere with my education".
Re: When Random Isn't Random Enough: Lessons from an Online Poker Exploit
#17I admit I am a total noob here, but couldn't you make something with a TV turned to a station with just static? I have often wondered about this but lack the 'propriate schoolin'.
Re: When Random Isn't Random Enough: Lessons from an Online Poker Exploit
#18As recent as 2010 we were finding major flaws in online poker security, here are a couple of videos I did of us sniffing hole cards out of the air because sites were lying about their use of SSL. They were using xOR encryption. Insane. http://www.youtube.com/watch?v=4HBUe8Fb73Q http://www.youtube.com/watch?v=AAQDEXJdbQc
Re: When Random Isn't Random Enough: Lessons from an Online Poker Exploit
#19I admit I am a total noob here, but couldn't you make something with a TV turned to a station with just static? I have often wondered about this but lack the 'propriate schoolin'.
In engineering terms, it's easier to use a reversed-biased diode as a noise source. An input circuit would transfer the diode's random waveform into a shift register as zeros and ones, until the desired word size has been assembled. It's really quite simple, and it could produce a very high degree of randomness. It would differ from typical PRNGs in that the binary sequence could not be reproduced, no matter how much…
Re: When Random Isn't Random Enough: Lessons from an Online Poker Exploit
#20I admit I am a total noob here, but couldn't you make something with a TV turned to a station with just static? I have often wondered about this but lack the 'propriate schoolin'.