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
255 watching
1k forks
Language: C
last commit: 5 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,820 |
launchbadge/sqlx | A high-level, async Rust library for interacting with relational databases. | 13,661 |
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,368 |
apache/shardingsphere | A distributed SQL query and transaction engine for sharding, scaling, encryption, and more on any database | 20,034 |
orbitinghail/sqlsync | A collaborative offline-first wrapper around SQLite designed to synchronize web application state between users and devices. | 2,415 |
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,505 |
coleifer/sqlite-web | A web-based graphical user interface for managing SQLite databases | 3,479 |
payloadbox/sql-injection-payload-list | Provides a comprehensive list of SQL injection payloads and techniques | 5,067 |
sqlite/sqlite | A library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine | 6,902 |
stephencelis/sqlite.swift | A type-safe interface to SQLite3 for Swift development | 9,760 |