Add a way of protecting databases #385
funnyoldgames
started this conversation in
Ideas
Replies: 1 comment
-
As we discussed elsewhere, there are a couple of challenges here:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be good if, as well as protecting source code, we could protect our databases from easy user access. I collect quite a lot of data to run my app, I'd like to make it as hard as possible for someone to just take it all.
SQLCipher came up as a SQLite/PHP friendly option from a quick search, but it requires PHP extensions that aren't included with NativePHP by default. I'm not sure if it's possible to make it work with NativePHP, but it would be good if someone far more competent than me could look.
Beta Was this translation helpful? Give feedback.
All reactions