this post was submitted on 19 Mar 2024
25 points (68.7% liked)
Privacy
31886 readers
637 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
Chat rooms
-
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
edit: since the well-akshullies are out already, I'll say this is massively simplified because anyone who cares about the actual cryptography or terminology can go read the fuckin docs; it's detail that isn't necessary here.
Wallet addresses are just the public part of a public/private key pair. You can generate another public key with the private key so the address is different, but your private key can still sign transactions for both addresses.
That is not how public/private keypairs work in most algorithms but even if it was, the fact that the public key is used to verify the signature comes from a specific private key means that both (or all) public keys could validate all transactions signed with that private key.
I recommend you read BIP-44 since this has been a standard for years in Bitcoin. Your other crypto knowledge seems woefully out of date as well, from your questions in your other post. Time to brush up, I think.