- Joined
- Apr 23, 2026
- Messages
- 170
- Reaction score
- 2,283
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