this post was submitted on 01 Oct 2024
55 points (92.3% liked)

Ask Lemmy

26391 readers
691 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected]. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 2 days ago* (last edited 2 days ago) (1 children)

I'm sure they're smarter than me but my novice cryptographer brain doesn't understand this.

Isn't the string of numbers representing each pixel rather limited Aren't all those sections of the image that have lava lamps limited to values somewhere in the reddish/blueish spectrum? Isn't the gray background very non-random?

Apparently the camera is accessible in the lobby. They say people walking in front of the camera adds randomness. If I go there and hold a photo in front of the camera which I know the values of, doesn't that compromise everything?

To be fair their site says they take the lava lamp output and combine it with entropy from two servers and probably do a lot of other stuff before actually getting random numbers. But I don't get how the lava lamps photo setup is even close to being random

tried and failed to add image, so here a link: https://www.cloudflare.com/learning/ssl/lava-lamp-encryption/

[–] [email protected] 4 points 1 day ago (1 children)

If you hash the image with a strong algo, even a single different pixel should end up in a wildly different result.

[–] [email protected] 2 points 1 day ago

But different doesn't mean random. An attacker could test every possibility for that pixel rather quickly. Even faster if you know a bunch of the pixels are, for example, a shade of gray.

I found an explanation where they bring up the issues I brought up as well as some others.

https://blog.cloudflare.com/lavarand-in-production-the-nitty-gritty-technical-details/

They give an example with one red value for a single pixel. They don't address my point that there are a lot of pixels like that one, maybe not all would be 50/50 like their example but a lot of pixels would have a much narrower range of values than randomness.

But they answer my second point about a hacker putting something in front of the camera with known values and that answer sort of takes care of everything. It boils down to, it doesn't matter because the lava lamp wall output is mixed with other sources that an attacker doesn't have access to.