Christian Decker [ARCHIVE] on Nostr: 📅 Original date posted:2019-10-03 📝 Original message: Chris Stewart <chris at ...
📅 Original date posted:2019-10-03
📝 Original message:
Chris Stewart <chris at suredbits.com> writes:
>> I don't find too compelling the potential problem of a 'bad wallet
> designer', whether lazy or dogmatic, misusing noinput. I think there are
> simpler ways to cut corners and there will always be plenty of good wallet
> options people can choose.
>
> In my original post, the business that I am talking about don't use "off
> the shelf" wallet options. It isn't a "let's switch from wallet A to wallet
> B" kind of situation. Usually this involves design from ground up with
> security considerations that businesses of scale need to consider (signing
> procedures and key handling being the most important!).
In this case I'd hope that the custom wallet designers/developers are
well-versed in the issues they might encounter when implementing their
wallet. This is especially true if they decide to opt into using some
lesser known sighash flags, such as noinput, that come with huge warning
signs (I forgot to mention that renaming noinput to noinput_dangerous is
also still on the table).
>>Because scripts signed with no_input signatures are only really exchanged
> and used for off-chain negotiations, very few should ever appear on chain.
> Those that do should represent non-cooperative situations that involve
> signing parties who know not to reuse or share scripts with these public
> keys again. No third party has any reason to spend value to a
> multisignature script they don't control, whether or not a no_input
> signature exists for it.
>
> Just because some one is your friend today, doesn't mean they aren't
> necessarily your adversary tomorrow. I don't think a signature being
> onchain really matters, as you have to give it to your counterparty
> regardless. How do you know your counterparty won't replay that
> SIGHASH_NOINPUT signature later? Offchain protocols shouldn't rely on
> "good-will" for their counter parties for security.
>
>>As I mentioned before, I don't think the lazy wallet designer advantage is
> enough to justify the downsides of chaperone signatures. One additional
> downside is the additional code complexity required to flag whether or not
> a chaperone output is included. By comparison, the code changes for
> creating a no_input digest that skips the prevout and prevscript parts of a
> tx is much less intrusive and easier to maintain.
>
>>I want to second this. The most expensive part of wallet design is
> engineering time. Writing code that uses a new sighash or a custom
> script with a OP_CODE is a very large barrier to use. How many wallets
> support multisig or RBF? How much BTC has been stolen over the entire
> history of Bitcoin because of sighash SIGHASH_NONE or SIGHASH_SINGLE
> vs ECDSA nonce reuse
>
> I actually think lazy wallet designer is a really compelling reason to fix
> footguns in the bitcoin protocol. Mt Gox is allegedly a product of lazy
> wallet design. Now we have non-malleable transactions in the form of segwit
> (yay!) that prevent this exploit. We can wish that the Mt Gox wallet
> designers were more aware of bitcoin protocol vulnerabilities, but at the
> end of the day the best thing to do was offering an alternative that
> circumvents the vulnerability all together.
It's worth pointing out that the transaction malleability issue and the
introduction of a new sighash flag are fundamentally different: a wallet
developer has to take active measures to guard against transaction
malleability since it was present even for the most minimal
implementation, whereas with sighash flags the developers have to
actively add support for it. Where transaction malleability you just had
to know that it might be an issue, with noinput you actively have to do
work yo expose yourself to it.
I'd argue that you have to have a very compelling reason to opt into
supporting noinput, and that's usually because you want to support a
more complex protocol such as an off-chain contract anyway, at which
point I'd hope you know about the tradeoffs of various sighash flags :-)
> Ethan made a great point about SIGHASH_NONE or SIGHASH_SINGLE -- which have
> virtually no use AFAIK -- vs the ECDSA nonce reuse which is used in nearly
> every transaction. The feature -- ECDSA in this case -- was managed to be
> done wrong by wallet developers causing fund loss. Unfortunately we can't
> protect against this type of bug in the protocol.
>
> If things aren't used -- such as SIGHASH_NONE or SIGHASH_SINGLE -- it
> doesn't matter if they are secure or insecure. I'm hopefully that offchain
> protocols will achieve wide adoption, and I would hate to see money lost
> because of this. Even though they aren't used, in my OP I do advocate for
> fixing these.
I do share the feeling that we better make a commonly used sighash flag
as useable and safe as possible, but it's rather unrealistic to have a
developer that is able to implement a complex off-chain system, but
fails to understand the importance of using the correct sighash flags in
their wallet. That being said, I think this concern would be addressed
by any form of explicit opt-in on the output side (whether hidden or
not), right?
Cheers,
Christian
Published at
2023-06-09 12:56:25Event JSON
{
"id": "3e591db1ae9097348ada5e8ab03db9cf0310e3ce5e3e4e9cf42028877663d68c",
"pubkey": "72cd40332ec782dd0a7f63acb03e3b6fdafa6d91bd1b6125cd8b7117a1bb8057",
"created_at": 1686315385,
"kind": 1,
"tags": [
[
"e",
"48ac94f25d69b5552a61cf65f0074ea88d3094770ab039b5a4f1eaa1b21d7c6d",
"",
"root"
],
[
"e",
"37cc799f89c93fc7f64c15488432c0a823a45f7b9b5f46eb25f44adee6ce8e48",
"",
"reply"
],
[
"p",
"e3e3813ca5b2f45117ae42a2a1c99f5c6bd172c115acc2538066aad916544817"
]
],
"content": "📅 Original date posted:2019-10-03\n📝 Original message:\nChris Stewart \u003cchris at suredbits.com\u003e writes:\n\n\u003e\u003e I don't find too compelling the potential problem of a 'bad wallet\n\u003e designer', whether lazy or dogmatic, misusing noinput. I think there are\n\u003e simpler ways to cut corners and there will always be plenty of good wallet\n\u003e options people can choose.\n\u003e\n\u003e In my original post, the business that I am talking about don't use \"off\n\u003e the shelf\" wallet options. It isn't a \"let's switch from wallet A to wallet\n\u003e B\" kind of situation. Usually this involves design from ground up with\n\u003e security considerations that businesses of scale need to consider (signing\n\u003e procedures and key handling being the most important!).\n\nIn this case I'd hope that the custom wallet designers/developers are\nwell-versed in the issues they might encounter when implementing their\nwallet. This is especially true if they decide to opt into using some\nlesser known sighash flags, such as noinput, that come with huge warning\nsigns (I forgot to mention that renaming noinput to noinput_dangerous is\nalso still on the table).\n\n\u003e\u003eBecause scripts signed with no_input signatures are only really exchanged\n\u003e and used for off-chain negotiations, very few should ever appear on chain.\n\u003e Those that do should represent non-cooperative situations that involve\n\u003e signing parties who know not to reuse or share scripts with these public\n\u003e keys again. No third party has any reason to spend value to a\n\u003e multisignature script they don't control, whether or not a no_input\n\u003e signature exists for it.\n\u003e\n\u003e Just because some one is your friend today, doesn't mean they aren't\n\u003e necessarily your adversary tomorrow. I don't think a signature being\n\u003e onchain really matters, as you have to give it to your counterparty\n\u003e regardless. How do you know your counterparty won't replay that\n\u003e SIGHASH_NOINPUT signature later? Offchain protocols shouldn't rely on\n\u003e \"good-will\" for their counter parties for security.\n\u003e\n\u003e\u003eAs I mentioned before, I don't think the lazy wallet designer advantage is\n\u003e enough to justify the downsides of chaperone signatures. One additional\n\u003e downside is the additional code complexity required to flag whether or not\n\u003e a chaperone output is included. By comparison, the code changes for\n\u003e creating a no_input digest that skips the prevout and prevscript parts of a\n\u003e tx is much less intrusive and easier to maintain.\n\u003e\n\u003e\u003eI want to second this. The most expensive part of wallet design is\n\u003e engineering time. Writing code that uses a new sighash or a custom\n\u003e script with a OP_CODE is a very large barrier to use. How many wallets\n\u003e support multisig or RBF? How much BTC has been stolen over the entire\n\u003e history of Bitcoin because of sighash SIGHASH_NONE or SIGHASH_SINGLE\n\u003e vs ECDSA nonce reuse\n\u003e\n\u003e I actually think lazy wallet designer is a really compelling reason to fix\n\u003e footguns in the bitcoin protocol. Mt Gox is allegedly a product of lazy\n\u003e wallet design. Now we have non-malleable transactions in the form of segwit\n\u003e (yay!) that prevent this exploit. We can wish that the Mt Gox wallet\n\u003e designers were more aware of bitcoin protocol vulnerabilities, but at the\n\u003e end of the day the best thing to do was offering an alternative that\n\u003e circumvents the vulnerability all together.\n\nIt's worth pointing out that the transaction malleability issue and the\nintroduction of a new sighash flag are fundamentally different: a wallet\ndeveloper has to take active measures to guard against transaction\nmalleability since it was present even for the most minimal\nimplementation, whereas with sighash flags the developers have to\nactively add support for it. Where transaction malleability you just had\nto know that it might be an issue, with noinput you actively have to do\nwork yo expose yourself to it.\n\nI'd argue that you have to have a very compelling reason to opt into\nsupporting noinput, and that's usually because you want to support a\nmore complex protocol such as an off-chain contract anyway, at which\npoint I'd hope you know about the tradeoffs of various sighash flags :-)\n\n\u003e Ethan made a great point about SIGHASH_NONE or SIGHASH_SINGLE -- which have\n\u003e virtually no use AFAIK -- vs the ECDSA nonce reuse which is used in nearly\n\u003e every transaction. The feature -- ECDSA in this case -- was managed to be\n\u003e done wrong by wallet developers causing fund loss. Unfortunately we can't\n\u003e protect against this type of bug in the protocol.\n\u003e\n\u003e If things aren't used -- such as SIGHASH_NONE or SIGHASH_SINGLE -- it\n\u003e doesn't matter if they are secure or insecure. I'm hopefully that offchain\n\u003e protocols will achieve wide adoption, and I would hate to see money lost\n\u003e because of this. Even though they aren't used, in my OP I do advocate for\n\u003e fixing these.\n\nI do share the feeling that we better make a commonly used sighash flag\nas useable and safe as possible, but it's rather unrealistic to have a\ndeveloper that is able to implement a complex off-chain system, but\nfails to understand the importance of using the correct sighash flags in\ntheir wallet. That being said, I think this concern would be addressed\nby any form of explicit opt-in on the output side (whether hidden or\nnot), right?\n\n\nCheers,\nChristian",
"sig": "8c40332510fd1a9148e855096301f260f07e38ac876dc5694d7bf495ac91b4c20106e67bef32a2e520f8ca1336304b1b385c8f4a8534c068b59a4343a312bd37"
}