Using the latest version of SQLCipher, recently uploaded by Erel: 1.7.
SQLite version is 3.41.2
Before changing to the latest SQLCipher version I used to be able to change this pragma setting while running the app by
just running:
pragma cipher_memory_security = OFF
or
pragma...
SQLCipher has this pragma that can speed up SQL quite a bit if memory security is turned off. Been using this for a few years now
in a large database and never seen a problem with it. It can be useful when running multiple SQL's or running a single slow SQL.
Attached a simple demo project that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.