Do you want it to be legal for export from the US, et al, or are you just doing this for your own amusement?
To be legal to export from the US (and possibly some European countries) you unfortunately can't use your own self-compiled version of OpenSSL. (At least not without jumping through some hoops.) If that's not a problem, get SqlCipher, OpenSSL, compile them (in C) for the the Andorid, and install. Pretty much plug-and-play. Otherwise you need to figure out how to use the encryption built into the phone. I understand that Android has OpenSSL built in, but it's not clear how one goes about accessing it from C. On May 2, 6:59 am, Zee <[email protected]> wrote: > Hi android xperts... > > I need to encrypt my sqlite database file in android. if any one have > some knowledge about it ? How can I accomplish my task? From net > sufing I have seen these there ways. > > 1 - SqlCipher :http://sqlcipher.net/ > ---------------------------------------------- > Its iOS example is given but no ANDROID sample or guide exists. > > 2 - javax.crypto : No example foound how we can use it in ANDROID > 3 - wxSQLite3 > 4 - The SQLite Encryption Extension (SEE) > > Can any boday help me in this regards ? > Zee -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

