
APSW SQLite3MC
APSW SQLite3 Multiple Ciphers combines Roger Binns’ APSW SQLite wrapper with SQLite3 Multiple Ciphers to support reading and writing of encrypted SQLite databases from Python applications.
According to the ClickPy statistics this package is in the top 10% of monthly downloads at the Python Package Index1.
is the latest version. The APSW documentation as well as the SQLite3 Multiple Ciphers documentation is available online. The component itself is hosted on GitHub:
Fork from rogerbinns/apsw
Another Python SQLite wrapper bundled with SQLite3 Multiple Ciphers
Description
This project packages 3 things together
-
APSW
Another Python SQLite Wrapper, providing complete access to SQLite3 from Python. -
SQLite 3
Small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is configured with secure delete turned on, and to use memory for temporary storage. -
SQLite3 Multiple Ciphers
Extends SQLite 3 to allow reading and writing encrypted databases.
The distribution is entirely self contained, and does not use or alter any existing SQLite you may already have on your system.
-
Checked on October 6, 2025 ↩︎