Just pushed an update, here's whats changed:
- Wallet deletion in the 'panic' command is more secure; the wallet files are overwritten with random bytes before deletion.
- Wallet decryption for transactions is handled better: transactions now take the decryption key directly, so now the whole wallet is not decrypted and then encrypted again when a transaction is made.
- Small usability change, if you enter a password incorrectly TermWallet doesn't exit anymore, and you can try again.
Update TermWallet by running the same command used to install, which is located in the original post.
I don't know a lot about bitcoinj but is there chance for multisig support in the future?
Yes, there is, thanks for reminding me. I'm looking into it, hopefully I'll add basic multisig functionality soon.