0

I wanted to ecrypt the db file that i am storing on the sdcard. I have looked into SqliteCrypt library for serving my purpose but its using C libraries to perform the encryption/decryption.

I would like to know if anyone has successfully included the library in their project? If yes, please guide me through the process. Any guidance or any samples will be of great help.

Edit : Anyway, it's much more simpler to implement encryption yourself based on plain Java. It's not difficult – @barmaley

I want to encrypt the whole db file as single unit. Not individual data fields. Please let me know if there is any alnerate mechanism to achieve this.

1
  • I think it's useless, unless you're going to buy sources and compile them against Android NDK. Anyway, it's much more simpler to implement encryption yourself based on plain Java. It's not difficult Commented Aug 18, 2011 at 5:51

2 Answers 2

3

Try using SQLCipher for Android.

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

Comments

0

try to use SqlcryptSDK

it is my project, i use android source code and add encrypt method in it.finally build the sdk and demo;

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.