mcdallas / cryptotools

MIT License
206 stars 80 forks source link

support for passphrases? #26

Closed lattice0 closed 3 years ago

lattice0 commented 3 years ago

can I enter the seed + passphrases to get public key + addresses, this verifying what the coldcard does?

mcdallas commented 3 years ago

Yes, for example

my_xprv = Xprv.from_mnemonic(‘my mnemonic words’, passphrase=‘mypassphrase’)