Next scheduled rescrape ... in 2 days
Version 1
Last scraped
Scraped on 20/09/2025, 16:44:32 UTC
Does the PSBT carry any compromising date on any of its stages? what about if you save the output of "copy to clipboard" on a txt file? specially when signed
Aside from the transaction's Locktime, there's no defined date/time in the PSBT.

The "save to file" and "save to clipboard" options just differ on the encoding but the PSBT are the same.
The former is in binary format and the latter is in base64.

I meant to say data, in general, that could be used by an attacker if they got the file or the base in raw format in some txt file. (metadata leakage, derivation paths, etc etc)
Original archived Re: What does "Enable PSBT controls" do on the GUI?
Scraped on 20/09/2025, 16:39:17 UTC
Does the PSBT carry any compromising date on any of its stages? what about if you save the output of "copy to clipboard" on a txt file? specially when signed
Aside from the transaction's Locktime, there's no defined date/time in the PSBT.

The "save to file" and "save to clipboard" options just differ on the encoding but the PSBT are the same.
The former is in binary format and the latter is in base64.

I meant to say data, in general, that could be used by an attacker if they got the file or the base in raw format in some txt file.