SQLCipher is an open-source extension for SQLite that supports transparent 256-bit AES encryption of database files.
It is one of the most popular database encryption systems for mobile, embedded, and desktop platforms.
SQLCipher is utilized in a wide range of commercial applications and open-source products.
🗄 GitHub Repository – Link.
// Not Hacking, but Information Security
GitHub - sqlcipher/sqlcipher: SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features.
SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. - sqlcipher/sqlcipher