I'm currently using a spatialite lib given here:
What I want is to encrypt the spatialite database, but the problem I don't know where to start.
I'm thinking of using SQLCipher, but If I'am not wrong the sqlcipher replaces all the SQLiteDatabase instances, but how do i do this for spatialite.
Any ideas or has anyone already done something similar? Thanks!!!