0

I have implemented android database with sqlite and using content provider.

But the data in my database is not encrypted.

Is there any best practice to implement secure database for android device?

I mean not just encrypt but also any Technics that can improve security to my apps.

1 Answer 1

7

If by "secure database" you mean "a database whose data is encrypted via a passphrase that you get from the user", I recommend SQLCipher for Android.

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

2 Comments

I mean not just encrypt but also any Technics that can improve security to my apps. Thank you for your suggestion :) .
@um.anusorn: "but also any Technics that can improve security to my apps" -- there are entire books on that subject. If you are going to use StackOverflow, you need to ask focused questions.

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.