-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sensitive data still visible in ClosedTrades file #6278
Comments
Account payloads and trader chats are currently removed. |
It's not about what I want to clear on my computer... it's about what one wants to be cleared on his trade partner's computer regarding his identity. As it is now, all the info is stored on his (and everyone you've traded with) hard drive. |
Just to clarify: I'm not saying that the data should be encrypted, but it should probably be removed after X days, the sooner the better. And not all the data but just the sensitive type of data. |
Good point well argued. In the original implementation I was trying to limit the risk of potential damage, but as time has passed without complaints; its a good point to work on redacting the trade contract. I'm on it. |
Now that I'm thinking about it, country code maybe doesn't matter because it is already exposed and linked to an onion address, at least when the owner of that address is the Maker and publishes an offer. But the full name, IBAN and BIC are only exposed when the trade is started, so these are the details that should definitely be removed from storage afterwards. @jmacxx as a side note could you please clarify to me what exactly is the format |
It turns out that the trade ProcessModel includes a copy of the peer's |
It is saved as Protobuf. I'm not aware of any way to decode from outside the Bisq codebase. |
This is an example excerpt from
ClosedTrades
file regarding an old trade:I (and anyone who might get access to my computer) can still clearly see the personal details of the trade partner.
Field
Clear sensitive data after (days)
in the Settings screen is set to 1.I am aware of #5396 but it seems to be incomplete? (Chat messages however are indeed removed from the file).
The text was updated successfully, but these errors were encountered: