Skip to content

how do I know that no one has the same private key as me? #3488

Discussion options

You must be logged in to vote

As long as you are using a cryptographic random number generator, you are selecting 256 bits of random data, which is used as your private key.

This type of question is a common question, which is fair, because the size of these numbers is so far outside the range of what we deal with day-to-day or can even begin to comprehend.

But imagine if you had to pick a random grain of sand on earth and someone else you never met and didn’t know you were picking a grain of sand also had to pick a grain of sand on this earth. The chances you would both pick the same grain is very unlikely.

Now, 256-bits is so much bigger than the number of grains of sand. It’s larger than the number of particles in …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ClaytonPerroniTalentpair
Comment options

Answer selected by ClaytonPerroniTalentpair
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants