Android Question SqlCipher Where to find icudt46l.zip

GeoffT660

Active Member
Licensed User
Longtime User
I'm trying to implement Sqlcipher but can't find the reference file icudt46l.zip mentioned. Where might I find that? Also, can I encrypt some tables in a db and not others or is the whole database encrypted?
 

DonManfred

Expert
Licensed User
Longtime User
V1.50
  • Based on SQLCipher v3.59
  • Supports targetSdkVersion 26.
  • The icu.zip file is no longer required. You can delete it from the Files folder.
 
Upvote 0

GeoffT660

Active Member
Licensed User
Longtime User
Thanks. Do I need any files from Zetetic Sqlcipher? The structure of my SqlLite db is currently edited with SqlLite Maestro, what do I need to do to recreate my databases for SqlCipher?
 
Upvote 0
Top