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
Hey there, the short answer is: no, not in the moment 😄
When thinking about "encrypt the database" the first thing which comes to my mind is what does it actually mean? The design of the database has multiple layers of abstraction. Each of the lower layers could potentially be used for encryption. In my mind encryption should happen on the lowest layers i.e. just before storing bytes on disk or in memory.
Greetings, I saw you can store in either memory or local, however is there a way to encrypt the database?
The text was updated successfully, but these errors were encountered: