pragma cipher_memory_security

  1. R

    Android Question pragma cipher_memory_security = OFF

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