Talvez algo me esteja a escapar... Mas, como assim colocar senha na wallet?
A senha é no software que acedo na wallet (ficheiro base da wallet). Com a seed posso ir a outro programa a abrir a wallet.
Ou estou enganado?
A BIP-39(
https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) prevê a possibilidade de colocar senha na wallet, que é mais uma palavra da sua escolha:
A user may decide to protect their mnemonic with a passphrase. If a passphrase is not present, an empty string "" is used instead.
To create a binary seed from the mnemonic, we use the PBKDF2 function with a mnemonic sentence (in UTF-8 NFKD) used as the password and the string "mnemonic" + passphrase (again in UTF-8 NFKD) used as the salt. The iteration count is set to 2048 and HMAC-SHA512 is used as the pseudo-random function. The length of the derived key is 512 bits (= 64 bytes).
cada wallet possui uma forma própria para acrescentar senha na seed.
Porém, também pode-se usar um software para colocar senha no ficheiro, como softwares de compressão que permitem colocar senha no ficheiro compactado ou softwares de encriptação de ficheiros.