Skip to content
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

Add WAL encryption #579

Open
1 task
hackaugusto opened this issue May 5, 2017 · 1 comment
Open
1 task

Add WAL encryption #579

hackaugusto opened this issue May 5, 2017 · 1 comment

Comments

@hackaugusto
Copy link
Contributor

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

  • Implement the encryption
@simplenotezy
Copy link

Security? Bah.. 👾

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants