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
Though Skate is encrypted, and it is using Charm Cloud, a master key feature should be added. Most encrypted key value stores use this to decrypt data.
Implementation
This could be implemented in a couple of ways:
An extra encryption layer, on top of the initial encryption.
An optional replacement of the initial encryption.
Purpose
This would allow for some great things like password management and open up the possibility of #61
Downsides
This could add an extra layer of complexity. Also, having 2 layers of encryption could slow down Skate a lot, which may outweigh the benefits of this feature.
The text was updated successfully, but these errors were encountered:
Though Skate is encrypted, and it is using Charm Cloud, a master key feature should be added. Most encrypted key value stores use this to decrypt data.
Implementation
This could be implemented in a couple of ways:
Purpose
This would allow for some great things like password management and open up the possibility of #61
Downsides
This could add an extra layer of complexity. Also, having 2 layers of encryption could slow down Skate a lot, which may outweigh the benefits of this feature.
The text was updated successfully, but these errors were encountered: