-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to Encrypt sqlite data base #3848
Comments
accessing to database encrypting and decripting can impact the performace of the app. I think that create an implementation to Encrypt/decrypt sqlite data base is more eficient using native way. |
but thank you by your response sincerilly. |
Encryption & decryption are fast and performance is okay as long as writer speed is optimal https://stackoverflow.com/questions/78799260/how-can-writer-speed-be-enhanced/ For further optimization,
After these 2 modification, the encoding of the resulting encrypted database is similar to CN1Preferences which is encrypted using |
in iOS encrypting & decrypting the same database file throws an exception when accessing it. This can be solved via this |
Please provide a solution to encrypt the entire database sqlite in CN1. this very import security issue.
The text was updated successfully, but these errors were encountered: