In windows, I have change PBKDF2_ITER into 4000 in order to make sqlcipher faster before building dll.
But in android-database-sqlcipher-master, I don’t konw how to change the PBKDF2_ITER before building so.
Instead of compiling libsqlite3.so, I am trying to use PRAGMA cipher_default_kdf_iter = 4000;
Does the command affects the conn or next conn,