JonZarate
JonZarate

Reputation: 871

Encrypt SQLite database

I have been searching for a while and got these results:

Android database encryption

encrypt sqlite database Android:

How to encrypt android sqlite database?

They all suggest using SQLCipher, which is a valid solution, but the commercial license costs $499.

(1) Hasn't SQLite implemented any kind of security mechanism yet ?

(2) Do you know of cheaper alternatives ?

Thank you.

Upvotes: 2

Views: 2671

Answers (1)

JonZarate
JonZarate

Reputation: 871

After some mails, it turns out that SQLCipher has a Community Edition available, that can be used if agreed with the license.

Here is a guide on how to integrate and use it in Android.

Here and here licensing details.

Upvotes: 3

Related Questions