Entropy can be calculated.
Write down a partial password for every person of your password keeper circle.
Example password:
- 1976-yora.UBII-XISK
Notes:
- 1976-yo …
- … ra.UBI …
- … I-XISK
But what would I do if someone loses his share?
Yes I didn’t say it couldn’t be, but only if you account for how the password was generated. An estimate without that information will be wrong. Most calculations by entropy estimation tools assume it was generated randomly.
And…? Android (the OS) prefers it does not have to “handle” master secrets…
???
I think the issue is just that you can’t really measure entropy of a non-random password. Cryptographic entropy is a property of the mechanism by which the password was generated, not the password itself. That’s why a passphrase of x characters has less entropy than a password with x characters. If someone creates a password that’s just their name any entropy estimate will be inaccurate. You need a secure random method of generation for any entropy estimates to be accurate.
For example:
You generate 12 characters out of a pool of 30 characters.
The entropy is 5.31441×10¹⁷, expressed in base2 it would be 58.9bits of entropy.
But what would I do if someone loses his share?
- Make sure people you store important stuff with have a system for keeping that stuff and keeping it safe.
- Use redundancy. Have four people to keep half a password each, so each half is stored twice.
Most calculations by entropy estimation tools assume it was generated randomly.
Of course they do.
Colter:
But what would I do if someone loses his share?
- Make sure people you store important stuff with have a system for keeping that stuff and keeping it safe.
- Use redundancy. Have four people to keep half a password each, so each half is stored twice.
I think this will go wrong with most people
Yes I didn’t say it couldn’t be, but only if you account for how the password was generated. An estimate without that information will be wrong. Most calculations by entropy estimation tools assume it was generated randomly.
Pool_Size ^ Length
?
Yes?