there’s a wallet initially created by trezor using a 24 word seed and 25th word passphrase. I need the master private key of this wallet (old P2PKH format) to get access to old fork coins.
However, the 24 word seed without the passphrase is still in use, so I can’t risk entering them on a live computer.
How can I get the private key info of the 24+1 words without compromising the 24 words? Is there a tool that I can use on an offline machine?
Thanks!