0

I'm about to develop an Android application where people can protect data (app specific data) in their Android devices. I tried AES 256 algorithm with both CBC and ECB but couldn't achieve the goal. I heard it is possible to do the same using SQLCipher but um blank about SQLCipher. Appreciate if anyone can help me out in learning SQLCipher and develop this app.

Tharindu
  • 963
  • 1
  • 7
  • 9

1 Answers1

1

You can read more about SQLCipher here, we have a tutorial on integrating the library with an Android application here, and a community forum here.

Nick Parker
  • 1,378
  • 1
  • 7
  • 10