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

Password Protect the SQLite database #104

Open
vazra opened this issue Jun 20, 2020 · 1 comment
Open

Password Protect the SQLite database #104

vazra opened this issue Jun 20, 2020 · 1 comment
Labels
type: feature Request for a new feature or enhancement.

Comments

@vazra
Copy link

vazra commented Jun 20, 2020

It would be nice to have an option to password protect/ encrypt the database.

context

When sqlite is used to embed local database in client softwares, the database will be accessible to users from outside. So if the user can edit and mess-up with the database, it may effect the working of the software.

I think it is a good practice to have at-least a basic level of protection for the database that is accessible from outside.

proposed solution

SQLite have option to set password, and encryptions (with SQLCipher 3/4 etc. )

@vazra vazra added the type: feature Request for a new feature or enhancement. label Jun 20, 2020
@byte47
Copy link

byte47 commented Jun 20, 2020

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature Request for a new feature or enhancement.
Projects
None yet
Development

No branches or pull requests

2 participants