I tried to compress sqlite db file (which is encrypted with sqlcipher) but size is remaining same even after gzip compression.
Is there any procedure to compress sqlcipher db file.
I tried to compress sqlite db file (which is encrypted with sqlcipher) but size is remaining same even after gzip compression.
Is there any procedure to compress sqlcipher db file.
Hi @bharath
You would likely need to compress before you encrypt, there was a previous discussion here covering a bit of this: