BenWestgate / Bails

Bails is a Bitcoin solution protecting against surveillance, censorship, and confiscation. It installs Bitcoin Core on the encrypted Persistent Storage of Tails, creates and recovers Bitcoin Core wallets from Codex32 (BIP93) seed backups, and creates backup Bails USB sticks and shareable blank Bails USB sticks. Learn more in README.md.
MIT License
38 stars 7 forks source link

Remove all sensitive info from debug.log so we can Persist it #178

Open BenWestgate opened 2 weeks ago

BenWestgate commented 2 weeks ago

Describe the bug Even though it's in tmpfs, it still stores data about which wallets have been loaded potentially breaking #81.

This will make #58 easier to and clean up wrapped.

We need to remove all wallet logging, and all hardware logging. And if possible the cache used as it reveals the memory of the last system run on.

BenWestgate commented 2 weeks ago

@epiccurious: Do you know which debug info needs to be suppressed?