SQLite Forum

sqlite user authentication in c++ project
Login
Hi Warren,

Thanks for reply. 

> If you ship the raw DB to people, then only encryption can prevent modification. Physical access is total access.

<p>I agree with you. It seems using authentication interface doesn't really controls access outside program, although I can write the code in a way only authentication returing OK can continue subsequent codes. <br>
My point is if that's the case, what's the point of using this API?
And if I understand correctly from the manual <https://www.sqlite.org/src/doc/trunk/ext/userauth/user-auth.txt>, 
that's also not how the API suppose to be, right? </p>