What are the security features in ObjectBox.
Can we encrypt the DB ?
ObjectBox currently depends on the Android security features, which includes sandboxing and encrypted storage (depends on the Android version). Additional efforts should be tracked in #8
Thanks, any plans to have custom encryption with the Private keys, instead Android default disk encryption?
To make it really secure the big challenge would be to store the private key securely. A bit of hen and egg problem in Android. But yes, there will be some support but not in 1.0.
馃憤 Thanks!
A bit of hen and egg problem in Android .But this can be solved to when we store decode the data and then use android encrypted storage.