Page 1 of 1

create SQLite pragma kdf_iter as SpecificOption

Posted: Thu 08 May 2014 11:20
by itsds
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.

Re: create SQLite pragma kdf_iter as SpecificOption

Posted: Thu 08 May 2014 13:52
by AlexP
Hello,

This is not a standard sqlite pragma. In our product, we support only those pragmas, which are supported in the official version of the library. If you have a Source Edition, we can show you where to add necessary changes.

Re: create SQLite pragma kdf_iter as SpecificOption

Posted: Wed 04 Mar 2015 10:31
by itsds
Hi Alex, thx for reply - i already did it by myself.

Re: create SQLite pragma kdf_iter as SpecificOption

Posted: Fri 06 Mar 2015 10:12
by AlexP
Glad to see that the issue was resolved. If you have any further questions, feel free to contact us