Android SQLcipher PRAGMA problems
问题 Hey guys I am having a some problems with SQLcipher db for android The documentation is not too descriptive so I could not figure it out. I am trying to modify the default number of iterations on sqlcipher for android, I am editing the notecipher app provided as demo app with sqlcipher, and want to increase the kdf_iter to i.e. 5000 By overriding the getWritableDatabase() method in the database helper i enter the pragma value just after the file is open with the password. I can open and