objectbox / objectbox/objectbox-java
Support for secure private data storage
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 4.6k
- Forks
- 311
- PR merge metrics
- No merged PRs in 30d
Description
Note: it is already possible to use @Convert and your encryption implementation to encrypt single properties. See an example below.
Allow configuring the proprietary serialization format to include a layer of security.
Suggestions:
- Full document encryption
- Obfuscate fields via @annotation
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the existing @Convert encryption example linked in the issue and trace how the proprietary serialization format is configured. Clarify whether the intended outcome is full document encryption, field obfuscation via an annotation, or another defined approach; the issue is done only once one scope and its security requirements are agreed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100