Let's talk a bit about how to prudently secure your 24 words.
I have an idea that may be judged as too complex for some, or not secure enough for others - but I want to throw it out there and get a discussion started.
The idea is:
- Have 24 words, split them into two pieces of 12 words.
- Securely encrypt one set of 12 words and store it online
- Elaborately encode the other set of 12 words (something simple, but just not plaintext)
- Keep the encryption passphrase and the encoded set of 12 words physically
Physically distribute the encoded set of 12 words + encryption phrase (e.g 3 locations) and digitally distribute the encrypted set of 12 words (e.g 5-6 locations). Optionally store digital words in hard-drives locally too.
This is basically security through obscurity, which is frowned upon in security circles but I argue is decent enough to protect you from the types of attacks that are most common for a normal pleb.
If a very sophisticated attacker is targetting you specifically, you may get rekt - but any other scenario you should be fine.
Protection
There are numerous attack vectors for your keys, these are the ones I want to protect myself the most from.
- Random house break-in/maid-attack (e.g someone knows I have wealth, be it in crypto or not -- and breaks into my safe/finds a cold wallet with words loaded on it/finds the seed phrase)
- Fire/Damage/Loss - you should not lose your sats if you lose a piece of hardware, a piece of paper or your house in a natural disaster
- Relative/"friend"/"significant-other"/etc. - someone that you trust should not be able to easily get ahold of all of your wealth - e.g in an event of a break-up, etc.
- Third-party risk - a website/service going down/being seized by the government should not result in you not having access to your crypto (self-custody!)
- Third-party hacks - something being hacked (e.g service/exchange/etc) should not result in you not having access to your crypto.
- Confiscation risk - eg while travelling and crossing borders. Borders are high-risk areas. You have little rights in borders (at least temporarily) - travelling cross-countries is very risky.
Elaborately-encoding your words
Helps so that if any random person finds them (e.g you lose them while moving house / burglar steals them randomly), it's unlikely to ever get mapped to the real 12 words.
This also gives you the confidence to spread them to other physical locations (friends/relatives/banks) with more confidence because even in the event of them being leaked - it's unlikely anyone will be able to decode them.
Discipline
- Do a quarterly audit.
- Never load up your 24w on a computer - always use a hardware wallet and enter them only through there
- Do not decode your 12w on a computer - use a piece of paper
- Store the setup (encoding protocol, online locations of words and etc) in a couple of places
Are there any obvious downsides to this?