> On Sep 4, 2014, at 12:15 PM, Ragu Vijaykumar <[email protected]> wrote: > > This is excellent for us developing healthcare applications. Would you know > how one might be able to link this with touchID?
In iOS 8 I believe you can store Keychain items that require a TouchID scan to unlock. So you'd just need to store the database's AES key in such a Keychain item. (I've tried and failed to store symmetric keys in the Keychain as such, so I suggest base64-encoding it and just storing it as a regular password item.) —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/9B3586AF-0E28-4CF8-9067-53708E8F19FF%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
