0

I need to encrypt some of the data stored in my Android SQLite database, and I wonder what my options are if i want a lightweight option? Is SQLCipher still the best if speed is priority?

Karl Y
  • 1
  • 3

1 Answers1

0

IMHO, SQLCipher is still an optimal solution. It provides AES 256 bit encryption which is pretty good.