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