I might be prejudiced, but this looks like a big PR stunt/done for the cool factor kind of thing. Aren't there simpler/saner alternatives for getting good randomness?
For sure. In another office they use a geiger counter (a much more standard way to get randomness, and probably easier to setup). That said, this doubles as a public art installation in their lobby - something many companies spend thousands (or millions!) of dollars on. So it's not just PR, it's actually surprisingly practical.
A wall of lava lamps helps encrypt the internet
51–60 of 157 posts
Re: A wall of lava lamps helps encrypt the internet
#52Earlier quoted context omitted.
The zillions of sources of EM/thermal/etc noise. It's so prevalent, most of the time the effort is spent in trying to get rid of it.
Very wideband Zener noise sources are a common piece of measurement equipment; and many folks built their own noise sources (also for RNGs) using Zener junction breakdown. While building my own I needed quite a bit of shielding to avoid interference issues by RF sources (mostly HF fluoerescent lights and LEDs), so these sources might be susceptible to bias by EMI...? Other junction breakdowns have noise as well, resi…
Re: A wall of lava lamps helps encrypt the internet
#53I might be prejudiced, but this looks like a big PR stunt/done for the cool factor kind of thing. Aren't there simpler/saner alternatives for getting good randomness?
For sure. In another office they use a geiger counter (a much more standard way to get randomness, and probably easier to setup). That said, this doubles as a public art installation in their lobby - something many companies spend thousands (or millions!) of dollars on. So it's not just PR, it's actually surprisingly practical.
Re: A wall of lava lamps helps encrypt the internet
#54Re: A wall of lava lamps helps encrypt the internet
#55Re: A wall of lava lamps helps encrypt the internet
#56Earlier quoted context omitted.
That would be susceptible to traffic patterns.
Cars don't look exactly the same and are not in the exact same places. Lighting changes. People look very different and walk different paths. It's going through PRNG so even very small pixel differences (which you can find even on an empty street thanks to changing weather, litter, wind and so on) are good enough if they are unpredictable. In other words, when you compare pictures of the same lava lamp with pictures…
Re: A wall of lava lamps helps encrypt the internet
#57Re: A wall of lava lamps helps encrypt the internet
#58Re: A wall of lava lamps helps encrypt the internet
#59We did this exact thing at SGI 20 years ago. https://en.wikipedia.org/wiki/Lavarand I wonder if Cloudflare was inspired by that.