You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: