3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Feb 04, 2025 — Feb 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix missing backup rule in Makefile.in More... almost 17 years ago
takes advantage of sqlites new hexkey and hexrekey pragmas More... almost 17 years ago
Merge branch 'sqlite-release' More... almost 17 years ago
track sqlite 3.6.11 More... almost 17 years ago
support amalgamated builds More... almost 17 years ago
more fixes to licensing of code More... about 17 years ago
Finalize on BSD license for sqlite-cipher extension pending release. More... about 17 years ago
added simple speed comparison test based on tool/speedtest.tcl More... over 17 years ago
fixes to memory management post merge of sqlite 3.6.1 More... over 17 years ago
Merge branch 'sqlite-release' More... over 17 years ago
update baseline to sqlite version 3.6.1 More... over 17 years ago
now rekey can be used on unencrpyted databases to encrypt the data More... over 17 years ago
add more test coverage; fix rekey bug related to MJ_PAGE_NO More... over 17 years ago
remove unused HDR_SZ definition More... over 17 years ago
adjust test suite for new error message More... over 17 years ago
allocate random data for intialization vector More... over 17 years ago
major simplification - allocate space at end of each page for random initialization vector More... over 17 years ago
initial cut at a regression test script for cipher codec functionality. execute make testfixture && ./testfixture test/codec.test More... over 17 years ago
working implementation of rekey functionality. PRAGMA rekey='passphrase' will now encrypt a database if it is currently unencrypted or re-encrypt with a new passphrase if it is already encrypted. More... over 17 years ago
basic implimentation of sqlite3_rekey functionality. WARNING: currently only works on single page databses! More... over 17 years ago
add hook to support PRAGMA rekey='xyz' More... over 17 years ago
base defintions, allocations, and cleanup for codec rekey data More... over 17 years ago
notes about implementation of rekey functionality More... over 17 years ago
identify and exclude tests that cause permanent errors due to encrypted file format More... over 17 years ago
addtional testing for null pointers and malloc errors More... over 17 years ago
updated documentation on how to build and use sqlite-cipher in README More... over 17 years ago
add sqlite3FreeCodecArg call to sqlite3PagerClose; new code wipes sensitive data and frees allocated memory when database/btree/pager is closed More... over 17 years ago
move key preparation into sqlite3_key and out of sqlite3CodecAttach for cleaner interface More... over 17 years ago
use predefined sqlite3PagerSetCodec on attach More... over 17 years ago
handle memory allocation errors More... over 17 years ago