On 16.04.2013 17:42, Matronix wrote:
I am using SQLCipher to create a database on the device. The issue I am running into is how to keep the password secure? Any suggestions or recommendation on best practices for this?
If you want to secure a user-chosen password, then you can store it into iOS' keychain: http://www.wildsau.net/post/2011/02/01/iOS-Store-passwords-in-the-keychain-using-MonoTouch.aspx If you want to store an automatically generated hidden password into the keychain, then the user would lose his data if the keychain is reset. This might occur if a device is restored from an unencrypted backup. Robert _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
