0

Is there any way to encrypt the db file in android.I know its possible to encrypt the datas stored in db but what I want is to encrypt the whole db file of my application and should be possible to decrypt the db and take the datas from from db file .Is there any possible way to do it?Any help will be appriciable.

Sreedev
  • 6,563
  • 5
  • 43
  • 66

1 Answers1

4

http://sqlcipher.net/sqlcipher-for-android/

Uses AES-256 bit encryption.Nice step by step Tutorial.

Mukund Samant
  • 1,079
  • 7
  • 12