Objectbox-java: Security features in ObjectBox

Created on 8 May 2017  路  5Comments  路  Source: objectbox/objectbox-java

What are the security features in ObjectBox.

Can we encrypt the DB ?

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fbertanha picture fbertanha  路  4Comments

F0F1 picture F0F1  路  5Comments

dgandhi17 picture dgandhi17  路  4Comments

rohitgupta1694 picture rohitgupta1694  路  4Comments

cincospenguinos picture cincospenguinos  路  5Comments