I don't like BTC paper wallet because of the possibility of losing it or it gets too damaged for me to read it.
then use something else to "print" on. even laminating the paper would increase its durability but you could use a metal plate and engrave your mnemonic on it. there are also already available tools such as
Cryptosteel that you could use to make it easier.
Now, here is my solution. I can create a private key using 20 words. And I can make the last 5 words something only I know. I can email my family (and myself) the first 15 words. Then, I can email them the clues of my last 5 words. Of course, I have to do a damn good job that only the ones I fully trust know the answers. So, I guess my method is 3/4 paper - 1/4 brain wallet?
I would appreciate some feedback on this idea of mine.
the problem with paper wallets in general is similar to the problem with choosing a password. people (most of the times) are always choosing things that are weak. take a look at this topic to get the gist of what i am saying:
https://bitcointalksearch.org/topic/collection-of-18509-found-and-used-brainwallets-4768828as for your idea, it is two parts:
- choosing the words. this is the same risk as i just mentioned, lack of "randomness". besides if you are actually writing them down, even if it is only a part of it, that defeats the "brain wallet" thing. stick to
BIP39 and choose 24 words and let the wallet generate a good entropy for you.
- splitting. based on how the words are chosen, the remaining 5 might be brute forced specially if you are also providing clues on what they are. additionally you should avoid using Emails or anything that has to do with the internet (like a computer that was or is going to be connected to the internet) when you are creating a cold storage.
and finally, like i always say: it is best that you don't try to re-invent the methods that already exist and have something to do with cryptography. all those methods (like BIP39) are well designed and have taken a lot of things into consideration. not to mention reviewed by other experts.