sqlitext
DB encryption extension
A SQLite extension that provides a way to encrypt and manage database files using a custom VFS (Virtual File System) solution
sqlite3 with extension feature
4 stars
1 watching
1 forks
Language: C
last commit: 11 days 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 |
abc34/sqlite_codec | A modified version of SQLite with built-in encryption using the mbedtls library | 0 |
carnage/doctrine-encrypted-column | Provides a secure way to encrypt data stored through an object-relational mapping system | 36 |
lazierthanthou/sqlite-manager | An extension that provides a graphical interface to manage and interact with SQLite databases in various applications. | 325 |
vrischmann/zig-sqlite | A thin wrapper around sqlite's C API for the Zig programming language. | 378 |
jasonshin/sqlx-ts | Tool for compile-time checked queries with type generation | 185 |
cryptdb/cryptdb | A system for processing and encrypting SQL queries over encrypted data in a database. | 502 |
czocher/gpg-crypt | A plugin for encrypting and decrypting files or directories in place | 9 |
zt2/sqli-hunter | A tool that automates the process of detecting and exploiting SQL injection vulnerabilities in web applications. | 423 |
mikeowens/sqlitevtable | An example of using SQLite as a virtual table to query and manipulate files on the file system. | 23 |
cossacklabs/pg_themis | A PostgreSQL extension for encrypting and decrypting data using the Themis library. | 30 |
magpol/howto-decrypt-signal.sqlite-for-ios | Decrypting a specific encrypted iOS database file using tools and techniques from the Signal app | 48 |
atg/sql.sugar | An implementation of a simplified SQL syntax for the Espresso editor | 38 |
unibg-seclab/sesqlite | An extension that integrates Mandatory Access Control checks into SQLite databases | 14 |