Can anyone enter the 24 seed words and accidentally enter the wrong combination and open up another persons crypto coins?
Might be silly questions but I am learning to trust the Ledger ;-)
1st:
The probability of simply choosing 24 words (or mistyping a few words) and still generating a valid seed are already way too slim.
The last 8 bit are a checksum, which verify the first
248 256 bit are correct.
2nd:
Since the mnemonic code basically consists of
248 256 bit random number + 8 bit checksum this results in
2^248 2^256 possibilities.
That's 4.5 * 1074That's 4500000000000000000000000000000000000000000000000000000000000000000000000000 possibilities. That's 1.15 * 10
77.
That's 1150000000000000000000000000000000000000000000000000000000000000000000000000000
0 possibilities.
A number which is way too large to be understood by the human brain.
That's roughly the amount of atoms in the universe.
You wouldn't be able to find an already used seed in thousands of years, even if you used every computer on earth 24 hours per day searching.
Edited because of wrong numbers, thanks to HCP for the correction.