1 Repo
Security measures specifically for mobile databases, including on-disk encryption and user access control.
Distinct from Encrypted Database Authentication: None of the candidates cover the combined aspect of mobile-specific encryption and role-based access for databases.
Explore 1 awesome GitHub repository matching security & cryptography · Mobile Database Security. Refine with filters or upvote what's useful.
Realm Java is a NoSQL mobile object database and reactive database engine. It provides a persistent local data store that saves native objects directly to disk, replacing traditional SQL storage and object-relational mapping layers. The system functions as a real-time data synchronizer, coordinating local database changes with a cloud backend across multiple devices. It integrates a reactive engine that uses change listeners and asynchronous event streams to automatically update user interfaces when underlying data changes. The project covers object-oriented data modeling, CRUD operations, a
Protects sensitive on-device information using hardware-optimized encryption and manages user access through authentication.