0

I am currently working on a project using ObjectBox as a database configuration but I want to make sure I can secure the data that I am storing. None of it is sensitive but it is desired in order to reassure the end user.

Has anyone had any luck doing so? I am developing with Dart/Flutter, I have started doing some research and saw that there is no immediate encryption/security features in the stores already.

I haven't tried anything just yet, I am waiting to hear from others experiences before really digging into the issue.

In the mean time I will be doing more brainstorming on what we can do.

TIA

Matthew
  • 1
  • 2
  • See https://github.com/objectbox/objectbox-dart/issues/221 and https://github.com/objectbox/objectbox-java/issues/8 for a discussion on this. The TL;DR is: a) encrypt the database file on disk or b) use a converter to encrypt specific fields, then filter after retrieving objects (as the database only sees the encrypted values). – Uwe - ObjectBox Dec 05 '22 at 09:00

0 Answers0