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

Enhancement more secure data storage #79

Open
2 tasks
bflanagin opened this issue May 6, 2020 · 0 comments
Open
2 tasks

Enhancement more secure data storage #79

bflanagin opened this issue May 6, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bflanagin
Copy link
Owner

Story

Multiple nodes are setup throughout the network. Though malicious editing hasn't been observed we want to ensure everyone feels safe on the system.

Concept

When a server is created a seed is generated based on the first server it connects too on the network. This seed is used to verify the sending and receiving of data to other servers and has a part in the encryption scheme used by the system. However, we can go one step further and use the seed as the basis for further encrypting the data. This would ensure that only the OpenSeed service has access to the data within.

Tasks

Check list of functions and tasks needed to achieve the stories goal.

  • create algorithm to handle the IO between the database and OpenSeed
  • create tests to check to make sure data is secure within desired parameters.
@bflanagin bflanagin added the enhancement New feature or request label May 6, 2020
@bflanagin bflanagin self-assigned this May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant