What is the easiest way to integrate sqlite encryption in mobile application?
-
wrote on 5 Mar 2019, 13:37 last edited by
From dependency management and building for different mobile platforms point of view.
-
Hi,
SQLCipher comes to mind for that. You can even find the instructions to build the Qt SQLite plugin with it.
-
Hi,
SQLCipher comes to mind for that. You can even find the instructions to build the Qt SQLite plugin with it.
-
As written, the SQLite plugin provided by the Qt SQL module.
Like shown by this project
3/4