0

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!!!

Adolf Dsilva
  • 13,092
  • 8
  • 34
  • 45

1 Answers1

0

Below is the link to discussion with geopaparazzi.

https://github.com/geopaparazzi/libjsqlite-spatialite-android/issues/11

I ended up creating two different db one to store my sensitive data and other for spatial related queries.

Adolf Dsilva
  • 13,092
  • 8
  • 34
  • 45