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 - is this possible? #31

Open
cuuupid opened this issue Sep 21, 2021 · 3 comments
Open

Encryption - is this possible? #31

cuuupid opened this issue Sep 21, 2021 · 3 comments

Comments

@cuuupid
Copy link

cuuupid commented Sep 21, 2021

Normal SQLite has extensions/Pager support for adding encryption to the entire DB file i.e. AES ciphers. I was wondering if this project had similar capabilities.

Looking at how the DB is read/parsed, this may be as easy as encrypting/decryption on read/write of chunks.

@kukagg
Copy link

kukagg commented Oct 23, 2021

@pshah123 Have you managed to set it up?

@michaelpeterlee
Copy link

I recommend applying encryption at the application-level, storing data as blob/string and exposing indexes, as required. Encryption at lower-levels of the stack are a bonus and whilst they add layers around the onion, your application won't be dependent on them.

@imannms
Copy link

imannms commented Nov 9, 2021

Someone has done this https://github.com/wireapp/websql
He uses sql.js with encryption enabled.

I've tried this and it worked.

It would be nice if this was also implemented in absurd-sql.

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

4 participants