Re: [mono-android] Encrypted Database

2011-08-24 Thread cristoph
Hello Aaron, You can use Siaqodb ( http://siaqodb.com ) as local database for MonoAndroid (or MonoTouch); databases can be encrypted, very simple API, small footprint,etc -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Encrypted-Database-tp4705209p4716951.html Sent

Re: [mono-android] Encrypted Database

2011-08-21 Thread Aaron Knabb
This looks really interesting. I'll take a look at it. Thanks, -Aaron ***This e-mail message is intended only for the named recipient(s) above. It may contain information that is confidential and/or privileged and protected by applicable trade-secret law. If you are not the intended recipient, you

Re: [mono-android] Encrypted Database

2011-08-20 Thread cristoph
Hello Aaron, You can use Siaqodb ( http://siaqodb.com ) as local database for MonoAndroid (or MonoTouch); databases can be encrypted, very simple API, small footprint,etc -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Encrypted-Database-tp4705209p4718337.html Sent

Re: [mono-android] Encrypted Database

2011-08-16 Thread Karl Heinz Brehme Arredondo
com" Subject: Re: [mono-android] Encrypted Database Don't think that actually works. By the looks of it, the SQLlite implementation on Android does not have the implementation of the sqlite3_key method that actually does the encryption. Calling the ChangePassword method results in this er

Re: [mono-android] Encrypted Database

2011-08-16 Thread riteshsahu
Don't think that actually works. By the looks of it, the SQLlite implementation on Android does not have the implementation of the sqlite3_key method that actually does the encryption. Calling the ChangePassword method results in this error: I/MonoDroid( 2415): UNHANDLED EXCEPTION: System.EntryPoi

Re: [mono-android] Encrypted Database

2011-08-16 Thread Andrew Sinclair
ugust 2011 18:17 To: Discussions related to Mono for Android Subject: [mono-android] Encrypted Database Has anyone come across a good solution for an encrypted local database? I need to store some sensitive data in my application. It's pretty easy to do in windows and windows mobile, but

Re: [mono-android] Encrypted Database

2011-08-16 Thread Tim Kelly
_ From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Aaron Knabb Sent: Tuesday, August 16, 2011 1:17 PM To: Discussions related to Mono for Android Subject: [mono-android] Encrypted Database Has anyone come across a good solution for an

[mono-android] Encrypted Database

2011-08-16 Thread Aaron Knabb
Has anyone come across a good solution for an encrypted local database? I need to store some sensitive data in my application. It's pretty easy to do in windows and windows mobile, but I haven't seen anything for android. Thanks, -Aaron ***This e-mail message is intended only for the named recip