trilogy icon indicating copy to clipboard operation
trilogy copied to clipboard

Password Protect the SQLite database

Open vazra opened this issue 5 years ago • 1 comments

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 avatar Jun 20 '20 15:06 vazra

+1

byte47 avatar Jun 20 '20 16:06 byte47