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
{{ message }}
This repository was archived by the owner on Jan 7, 2022. It is now read-only.
There are a few impacts of storing secret key in one place:
If data storage is not centralized, you could have two applications writing to the same dat stored in two separate locations.
Two separate applications could write to same dat in same place (a lock of some sort would solve this).
A user that wants to download their own Dat as a non-writer couldn't (e.g. Dat would look up the secret key for that Dat, find it, and make it writable).
There are a few impacts of storing secret key in one place: