Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sthagen
/
sqlcipher-sqlcipher
Public
forked from
sqlcipher/sqlcipher
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Commits
Breadcrumbs
History for
sqlcipher-sqlcipher
src
sqlcipher.c
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 4, 2026
Prevent aquiring Btree mutex during connection teardown
sjlombardo
committed
b1e2730
View commit details
Copy full SHA for b1e2730
View code at this point
Browse repository at this point
Commits on Sep 3, 2026
Fix consistency of allocated private heap counts
sjlombardo
committed
e867596
View commit details
Copy full SHA for e867596
View code at this point
Browse repository at this point
Commits on Aug 26, 2026
Fix error reporting for failed rekey operations
Show description for 15eef36
sjlombardo
committed
15eef36
View commit details
Copy full SHA for 15eef36
View code at this point
Browse repository at this point
Commits on Aug 25, 2026
Add test to verify failed initialization does not leak context
Show description for a852c65
sjlombardo
committed
a852c65
View commit details
Copy full SHA for a852c65
View code at this point
Browse repository at this point
Adjust behavior for permanent error states
Show description for 7233a7e
sjlombardo
committed
7233a7e
View commit details
Copy full SHA for 7233a7e
View code at this point
Browse repository at this point
Commits on Aug 19, 2026
Avoid leaking partially initialized context if an initialization error occurs
sjlombardo
committed
50adc3d
View commit details
Copy full SHA for 50adc3d
View code at this point
Browse repository at this point
Avoid returning NULL rows when from `cipher_settings` if allocation fails
Show description for e07c43f
sjlombardo
committed
e07c43f
View commit details
Copy full SHA for e07c43f
View code at this point
Browse repository at this point
Fix escaping of database aliases in sqlcipher_export()
Show description for 4abaa9c
sjlombardo
committed
4abaa9c
View commit details
Copy full SHA for 4abaa9c
View code at this point
Browse repository at this point
Fix escaping of migration file names
Show description for 7a1015c
sjlombardo
committed
7a1015c
View commit details
Copy full SHA for 7a1015c
View code at this point
Browse repository at this point
Include provider error code in KDF error message
Show description for 31e7f96
sjlombardo
committed
31e7f96
View commit details
Copy full SHA for 31e7f96
View code at this point
Browse repository at this point
Commits on Aug 18, 2026
Update version to 4.19.0
sjlombardo
committed
adb0d7f
View commit details
Copy full SHA for adb0d7f
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
Bump version to 4.18.0
sjlombardo
committed
a980735
View commit details
Copy full SHA for a980735
View code at this point
Browse repository at this point
Fix unintentional typo in sqlcipher_log
sjlombardo
committed
728d8e9
View commit details
Copy full SHA for 728d8e9
View code at this point
Browse repository at this point
Commits on Aug 10, 2026
Avoid allocating memory on windows during log writes
Show description for afbb132
sjlombardo
committed
afbb132
View commit details
Copy full SHA for afbb132
View code at this point
Browse repository at this point
Commits on Jul 17, 2026
Fix relocation truncated to fit error for optimized GCC builds
Show description for 124c1fa
sjlombardo
committed
124c1fa
View commit details
Copy full SHA for 124c1fa
View code at this point
Browse repository at this point
Commits on Jun 22, 2026
Fix scan-build deadcode warnings
sjlombardo
committed
459447c
View commit details
Copy full SHA for 459447c
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
Add early return in mem_realloc when inbound pointer is NULL
sjlombardo
committed
a5a6086
View commit details
Copy full SHA for a5a6086
View code at this point
Browse repository at this point
Fix error reporting for sqlcipher_extra_init on failed shield allocation
sjlombardo
committed
f60d6cf
View commit details
Copy full SHA for f60d6cf
View code at this point
Browse repository at this point
Improve cipher_integrity_check error handling
sjlombardo
committed
9f90ec9
View commit details
Copy full SHA for 9f90ec9
View code at this point
Browse repository at this point
Improve cipher_migrate error handling
sjlombardo
committed
74ab8e2
View commit details
Copy full SHA for 74ab8e2
View code at this point
Browse repository at this point
Commits on Jun 12, 2026
Improve error handling and logging
sjlombardo
committed
00eccc2
View commit details
Copy full SHA for 00eccc2
View code at this point
Browse repository at this point
Fix unchecked allocations
sjlombardo
committed
c81f378
View commit details
Copy full SHA for c81f378
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
Correct cleanup of sqlite3_mprintf'd strings
sjlombardo
committed
726344d
View commit details
Copy full SHA for 726344d
View code at this point
Browse repository at this point
Add SQLCIPHER_OMIT_MALLOC to disable SQLCipher memory management
Show description for a64ff77
sjlombardo
committed
a64ff77
View commit details
Copy full SHA for a64ff77
View code at this point
Browse repository at this point
Commits on Jun 9, 2026
Fix compatibility for textkey pragma
sjlombardo
committed
6a5e6dc
View commit details
Copy full SHA for 6a5e6dc
View code at this point
Browse repository at this point
Commits on Jun 5, 2026
Improve thread safety of debug memory counters and xoshiro state
Show description for 0e6ee1f
sjlombardo
committed
0e6ee1f
View commit details
Copy full SHA for 0e6ee1f
View code at this point
Browse repository at this point
Commits on May 15, 2026
Normalize error behavior for wrong key when first op tries modifying schema
Show description for 010e65a
sjlombardo
committed
010e65a
View commit details
Copy full SHA for 010e65a
View code at this point
Browse repository at this point
Update version to 4.17.0
sjlombardo
committed
5dbb5b3
View commit details
Copy full SHA for 5dbb5b3
View code at this point
Browse repository at this point
Commits on May 7, 2026
Omit extra warn-level log on lock failure
Show description for 1fda83f
sjlombardo
committed
1fda83f
View commit details
Copy full SHA for 1fda83f
View code at this point
Browse repository at this point
Commits on Apr 30, 2026
Update version to 4.16.0
sjlombardo
committed
48fe7b1
View commit details
Copy full SHA for 48fe7b1
View code at this point
Browse repository at this point
Commits on Apr 23, 2026
Sanitize source database name passed to sqlcipher_export
sjlombardo
committed
30842cd
View commit details
Copy full SHA for 30842cd
View code at this point
Browse repository at this point
Commits on Apr 8, 2026
Minor code cleanups
sjlombardo
committed
48aeef3
View commit details
Copy full SHA for 48aeef3
View code at this point
Browse repository at this point
Improve error handling in sqlcipher_extra_init
sjlombardo
committed
26c7d9e
View commit details
Copy full SHA for 26c7d9e
View code at this point
Browse repository at this point
Commits on Mar 19, 2026
Removes const from pzErrMesg in sqlcipher_export_init
Show description for 752d0c8
sjlombardo
committed
752d0c8
View commit details
Copy full SHA for 752d0c8
View code at this point
Browse repository at this point
Commits on Mar 18, 2026
Updates version number to 4.15.0
sjlombardo
committed
c24cab2
View commit details
Copy full SHA for c24cab2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.