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

Encryption ? #48

Open
P31N opened this issue Aug 21, 2022 · 2 comments
Open

Encryption ? #48

P31N opened this issue Aug 21, 2022 · 2 comments

Comments

@P31N
Copy link

P31N commented Aug 21, 2022

Greetings, I saw you can store in either memory or local, however is there a way to encrypt the database?

@krotik
Copy link
Owner

krotik commented Nov 5, 2022

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.

@guycipher
Copy link

Hey @krotik look into ChaCha or SALSA20 I can help with encryption and even compression if you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants