pragma cipher_memory_security

  1. R

    Android Code Snippet SQLCipher and pragma cipher_memory_security

    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...
Top