create SQLite pragma kdf_iter as SpecificOption
Posted: Thu 08 May 2014 11:20
Hi Devart,
we use SQLCipher to crypt SQLite - Databases. With SQLCipher V3.x the kdf_iter is default 64000 which causes Speed - Problems on some slow machines.
It would be great if you can implement this
pragma kdf_iter= <value>
this pragma should be called right after pragma key =
as Specific-Option for SQLite.
we use SQLCipher to crypt SQLite - Databases. With SQLCipher V3.x the kdf_iter is default 64000 which causes Speed - Problems on some slow machines.
It would be great if you can implement this
pragma kdf_iter= <value>
this pragma should be called right after pragma key =
as Specific-Option for SQLite.