1

I hope to encrypt sqlite file which store my app data. Is there a simple way to do this?

Welcome any comment.

Thanks

interdev

1 Answer 1

1

There are a few commercial options which provide add-ons to SQLite for encryption. The most likely candidate is:

  • The SQLite Encryption Extension which is developed by the original author of SQLite. This is distributed as source and can be compiled for any platform. In this way, you could compile your own embedded version of SQLite instead of using the system one. It provides both RC4 and AES encryption.

There are two other products, but appear to require Windows:

Both seem to have very similar features, but it isn't clear if you get the source to recompile on iOS.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.