trilogy
trilogy copied to clipboard
Password Protect the SQLite database
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. )
+1