But you can divide, and separate the seeds words of your travelling wallet pasted to 3 or more text files,
That is not secure: An attacker who obtains one or two pieces can then attempt to bruteforce the rest. If you have a 12-word BIP 39 seed divided that way into 3 pieces, and the first two pieces
* are discovered or seized, then the remainder has only 40 bits of security (!).
* The order matters, because the last piece is partly just checksum material.Shamir’s Secret Sharing is information-theoretically secure. If you set it up with 3 shares where all 3 are required (3/3), then an attacker who obtains 2 pieces has
zero information about the secret, and cannot bruteforce the rest.
More generally, in an M/N secret sharing setup, M-1 pieces give nothing; M pieces are required to reconstruct the secret, while you can set it up with N>M for redundancy. If
you lose one piece, you don’t want to lose access to the secret!