sqlcipher
Encrypted DB library
A standalone fork of SQLite with added encryption and security features
SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features.
6k stars
254 watching
1k forks
Language: C
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
shenghe/freesqliteencryption | An extension to the SQLite database library that allows encryption of database files using four different encryption algorithms. | 89 |
newsoft/sqlite3-dbx | A SQLite-based database with encryption support | 22 |
nalgeon/sqlean | A collection of SQLite extensions that provide additional functionality and standardize API | 3,763 |
launchbadge/sqlx | An async, pure Rust SQL crate with compile-time checked queries and support for multiple databases. | 13,470 |
zhaozg/sqlitext | A SQLite extension that provides a way to encrypt and manage database files using a custom VFS (Virtual File System) solution | 4 |
abc34/sqlite_codec | A modified version of SQLite with built-in encryption using the mbedtls library | 0 |
cossacklabs/acra | Database security suite with field-level encryption, search through encrypted data, SQL injections prevention and intrusion detection capabilities. | 1,357 |
apache/shardingsphere | Enables data sharding, scaling, and encryption across multiple databases | 19,966 |
orbitinghail/sqlsync | A collaborative offline-first wrapper around SQLite designed to synchronize web application state between users and devices. | 2,377 |
cryptdb/cryptdb | A system for processing and encrypting SQL queries over encrypted data in a database. | 502 |
sqlitebrowser/sqlitebrowser | A high-quality GUI tool for creating, designing, and editing SQLite databases. | 21,355 |
coleifer/sqlite-web | A web-based interface to interact with and manage SQLite databases | 3,438 |
payloadbox/sql-injection-payload-list | Provides a comprehensive list of SQL injection payloads and techniques | 5,000 |
sqlite/sqlite | A library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine | 6,723 |
stephencelis/sqlite.swift | A type-safe interface to SQLite3 for Swift development | 9,732 |