raiden-network / raiden

Raiden Network
https://developer.raiden.network
Other
1.84k stars 376 forks source link

Add WAL encryption #579

Open hackaugusto opened 7 years ago

hackaugusto commented 7 years ago

Problem Definition

As part of the recoverable tasks effort, we are using a write-ahead log to save all state changes on a given node, that includes all the protocol messages, user interactions, and public known blockchain events. Keeping this information unencrypted allows for different applications to read the transactions, which is not ideal.

Solution

Encrypt the Raiden's data store, including the WAL and snapshots.

Tasklist

simplenotezy commented 7 years ago

Security? Bah.. 👾