Hello sqlciphers ^.^
I am really glad i finally made it work inside a c++ application but now i am facing a small error in database i allready had inside the application i plan to use sqlcipher.
It is about 1.4 Mb size this database after much use of it and the encryption doesnt work. It doesn
t encrypt the data allready exists in that database and i think it has to do with the size of its data.
A new database or a small KB database are encrypted succesfully.
As PRAGMA definitions while i created the big sized database i used secure_delete = true, encoding = UTF8 and journal_mode = OFF
What i want to ask is this ?
- Is there a way to encrypt an allready big size database ?
- Will the encryption have problems after long time use of database that will become bigger and bigger in size after years inside an application ? (will it encrypt and decrypt without problems?)
Thank you in advance