Make db file password protected #489
Answered
by
jepiqueau
MustafaEminn
asked this question in
Q&A
-
Hello, I want to make the db file password protected. I do not want to encrypt whole db. I just need a sqlite password layer to connect db. If I will handle this on client side then someone can view db content easily. |
Beta Was this translation helpful? Give feedback.
Answered by
jepiqueau
Jan 22, 2024
Replies: 1 comment
-
@MustafaEminn if the db is password protected, the database is encrypted. if you do not encrypt the database put a password to the application or use the biometrics |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jepiqueau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@MustafaEminn if the db is password protected, the database is encrypted. if you do not encrypt the database put a password to the application or use the biometrics