this post was submitted on 02 Aug 2026
6 points (60.0% liked)
Showerthoughts
43184 readers
148 users here now
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted clever little truths, hidden in daily life.
Here are some examples to inspire your own showerthoughts:
- Both “200” and “160” are 2 minutes in microwave math
- When you’re a kid, you don’t realize you’re also watching your mom and dad grow up.
- More dreams have been destroyed by alarm clocks than anything else
Rules
- All posts must be showerthoughts
- The entire showerthought must be in the title
- No politics
- If your topic is in a grey area, please phrase it to emphasize the fascinating aspects, not the dramatic aspects. You can do this by avoiding overly politicized terms such as "capitalism" and "communism". If you must make comparisons, you can say something is different without saying something is better/worse.
- A good place for politics is c/politicaldiscussion
- Posts must be original/unique
- Adhere to Lemmy's Code of Conduct and the TOS
If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.
Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report, the message goes away and you never worry about it.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Why is a private key low entropy and a public one high entropy? Are you talking about Shanon entropy? If so, over what distribution?
Also, as far as I know from the time I was interested in QC, we already can break RSA, you can actually run it on actual quantum computers, although with fewer qubits. That's why we have quantum safe cryptography.
I really don't see how any of this violates the second law.
Public key must be high entropy as its sole purpose is to scramble known information, from perspective of a person who doesn't have a key, scrambled information is a pure random noise.
Private key has to be low entropy, since it has information necessary to revert scrambling. High entropy + information how to undo it isn't really high anymore.
I'm not deep enough into physics to know what Shanon entropy is. I use definition of entropy as amount of hidden/unreadable information.
If private keys were low entropy then you must be able to guess them randomly, but you can not.
Also, because they're mathematically linked and many algorithms has a 1:1 relationship between a given private key and public key (especially ECC) the entropy must necessarily be identical. You have a lot more to learn in information theory. The real trick is called trapdoor functions.
You're wrong about the entropy relationship because you don't understand the role of the description of the state space and the probability of a given configuration in that space.
Shannon entropy is a concept from information theory. It is mathematically analogous to thermodynamic entropy, but not the same thing. So you've identified the Shannon entropy of public and private keys, but I'm also wondering how that relates to their thermodynamic entropy in order for the 2nd law to apply.
Actually, it kinda is the same. The math between information entropy and physics entropy are identical and align when you describe physics in particular ways
But entropy in information theory does not behave the same way after a sequence of operations as entropy in physics, and that's because operations in information theory does not behave like physical interactions.
I'd say the roles are reversed. Entropy has to do with uncertainty or surprisal, it is hard to guess a private key than a public one, so I'd argue the private key has more entropy.