1 repositorio
Securing specific fields within a database file rather than the entire storage volume.
Distinct from Encrypted Storage: Focuses on granular field encryption within SQLite rather than general disk or key storage.
Explore 1 awesome GitHub repository matching security & cryptography · Field-Level Database Encryption. Refine with filters or upvote what's useful.
LitePal is an object-relational mapping library and SQLite database wrapper for Android applications. It replaces raw SQL queries with a fluent interface and object mapping to simplify local data persistence and database management. The project provides a specialized system for automatically synchronizing database schemas based on model definitions to handle version updates. It also includes a storage solution for securing sensitive data through configurable field-level encryption. The library covers broad data storage and synchronization capabilities, including atomic transaction support, m
Secures sensitive data fields within an SQLite database through integrated field-level encryption.