0

How can i secure my application and also protect my database in application. Which means data is not accessed by other application or by reverse engineering. Like in banking application login data and other information is stored in app but we can not accessed. How to achieve this type of security in application. Encryption is way to achieve security but there are many types of encryption. I am not getting to figured out that which encryption type is better for security in application.

1 Answer 1

1

You can use sqlcipher to protect your sqlite database click here

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

3 Comments

Thanks Pratik. But Encryption is based on key so key will be used in code which will be hard coded. so other people can be decrypted by key easily.
you can put the key in string resource
@ShashankGupta put key in ndk

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.