I want to encrypt the data before insertion through content provider and decrypt while reading the data. So that encrypted data will be saved in database. Please provide me the information
On Apr 5, 6:20 pm, Marcin Orlowski <[email protected]> wrote: > On 5 April 2011 15:00, rashmi <[email protected]> wrote: > > > Hi, > > I am using content provider to access the database. I want to secure > > my data by encryption. Please let me know, how we can encrypt and > > decrypt the data from content provider. > > If you encrypt it yourself it will be encrypted. It's still content. Ensure > your app design is right. It'd would be rather pointless to i.e. encrypt > data returned by your CP, while your real data in DB is unencrypted. > > Regards, > Marcin Orlowski > > *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... > WebnetMobile on *Facebook <http://webnetmobile.com/fb/>* and > *Twitter<http://webnetmobile.com/twitter/> > * -- 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

