I used SQLCipher
to encrypt sqlite database and used FMDB
for performing sqlite operation on encrypted database by using [FMDB setKey:]
call.
My application work slowly when I used SQLCipher
with FMDB
on encrypted database.
If I used only FMDB
on non encrypted database then it works properly without taking more cpu uses of the device.
Please help me out here how to resolve this memory cpu uses with SQLCipher
& FMDB
?
Thanks in advance.