Skip to main content

sqlcipher3

This library takes pysqlite3 and makes some small modifications so it is suitable for use with sqlcipher (sqlite with encryption).

Additional features:

  • User-defined window functions (requires SQLite >= 3.25)
  • Flags and VFS an be specified when opening connection
  • Incremental BLOB I/O, bpo-24905
  • Improved error messages, bpo-16379
  • Simplified detection of DML statements via sqlite3_stmt_readonly.
  • Sqlite native backup API (also present in standard library 3.7 and newer).

A completely self-contained binary package (wheel) is available for versions 0.4.0 and newer as sqlcipher3-binary. This package contains the latest release of sqlcipher compiled with numerous extensions, and requires no external dependencies.

Building SQLCipher

To build sqlcipher3 with SQLCipher embedded using the vendored sources:

$ python setup.py build

Building with System SQLCipher

To build sqlcipher3 using a system-installed libsqlcipher (versions of SQLCipher prior to 4.7.x):

$ python setup.py build_system

Using the binary package

A binary package (wheel) is available for linux with a completely self-contained sqlcipher3, statically-linked against the most recent release of sqlcipher.

$ pip install sqlcipher3-binary

Nor aught availed him now to have built in heaven high towers; nor did he scrape by all his engines, but was headlong sent with his industrious crew to build in hell.

Beware to those who would build their own wheels! See what has been wrought and tremble.

Release files for sqlcipher3 0.6.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for sqlcipher3 0.6.2
File Size Uploaded
sqlcipher3-0.6.2.tar.gz 2.7 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for sqlcipher3 0.6.2
File
sqlcipher3-0.6.2-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
sqlcipher3-0.6.2-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
sqlcipher3-0.6.2-cp314-cp314t-win32.whl CPython 3.14 CPython 3.14 free-threading Windows x86-32 Details
sqlcipher3-0.6.2-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
sqlcipher3-0.6.2-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
sqlcipher3-0.6.2-cp314-cp314t-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64 Details
sqlcipher3-0.6.2-cp314-cp314t-manylinux_2_28_i686.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-32 Details
sqlcipher3-0.6.2-cp314-cp314t-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64 Details
sqlcipher3-0.6.2-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
sqlcipher3-0.6.2-cp314-cp314t-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 Details
sqlcipher3-0.6.2-cp314-cp314t-macosx_10_15_universal2.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ universal2 (ARM64, x86-64) Details
sqlcipher3-0.6.2-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
sqlcipher3-0.6.2-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
sqlcipher3-0.6.2-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
sqlcipher3-0.6.2-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
sqlcipher3-0.6.2-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
sqlcipher3-0.6.2-cp314-cp314-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64 Details
sqlcipher3-0.6.2-cp314-cp314-manylinux_2_28_i686.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-32 Details
sqlcipher3-0.6.2-cp314-cp314-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64 Details
sqlcipher3-0.6.2-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
sqlcipher3-0.6.2-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
sqlcipher3-0.6.2-cp314-cp314-macosx_10_15_universal2.whl CPython 3.14 CPython 3.14 macOS 10.15+ universal2 (ARM64, x86-64) Details
sqlcipher3-0.6.2-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
sqlcipher3-0.6.2-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
sqlcipher3-0.6.2-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
sqlcipher3-0.6.2-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
sqlcipher3-0.6.2-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
sqlcipher3-0.6.2-cp313-cp313-manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64 Details
sqlcipher3-0.6.2-cp313-cp313-manylinux_2_28_i686.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-32 Details
sqlcipher3-0.6.2-cp313-cp313-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64 Details
sqlcipher3-0.6.2-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
sqlcipher3-0.6.2-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
sqlcipher3-0.6.2-cp313-cp313-macosx_10_13_universal2.whl CPython 3.13 CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64) Details
sqlcipher3-0.6.2-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
sqlcipher3-0.6.2-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
sqlcipher3-0.6.2-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
sqlcipher3-0.6.2-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
sqlcipher3-0.6.2-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
sqlcipher3-0.6.2-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details
sqlcipher3-0.6.2-cp312-cp312-manylinux_2_28_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-32 Details
sqlcipher3-0.6.2-cp312-cp312-manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64 Details
sqlcipher3-0.6.2-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
sqlcipher3-0.6.2-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
sqlcipher3-0.6.2-cp312-cp312-macosx_10_13_universal2.whl CPython 3.12 CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64) Details
sqlcipher3-0.6.2-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
sqlcipher3-0.6.2-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
sqlcipher3-0.6.2-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
sqlcipher3-0.6.2-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
sqlcipher3-0.6.2-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
sqlcipher3-0.6.2-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
sqlcipher3-0.6.2-cp311-cp311-manylinux_2_28_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-32 Details
sqlcipher3-0.6.2-cp311-cp311-manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64 Details
sqlcipher3-0.6.2-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
sqlcipher3-0.6.2-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
sqlcipher3-0.6.2-cp311-cp311-macosx_10_9_universal2.whl CPython 3.11 CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64) Details
sqlcipher3-0.6.2-cp310-cp310-win_arm64.whl CPython 3.10 CPython 3.10 Windows ARM64 Details
sqlcipher3-0.6.2-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
sqlcipher3-0.6.2-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
sqlcipher3-0.6.2-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
sqlcipher3-0.6.2-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
sqlcipher3-0.6.2-cp310-cp310-manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64 Details
sqlcipher3-0.6.2-cp310-cp310-manylinux_2_28_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-32 Details
sqlcipher3-0.6.2-cp310-cp310-manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64 Details
sqlcipher3-0.6.2-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
sqlcipher3-0.6.2-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
sqlcipher3-0.6.2-cp310-cp310-macosx_10_9_universal2.whl CPython 3.10 CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64) Details
sqlcipher3-0.6.2-cp39-cp39-win_arm64.whl CPython 3.9 CPython 3.9 Windows ARM64 Details
sqlcipher3-0.6.2-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
sqlcipher3-0.6.2-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
sqlcipher3-0.6.2-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
sqlcipher3-0.6.2-cp39-cp39-musllinux_1_2_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ ARM64 Details
sqlcipher3-0.6.2-cp39-cp39-manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64 Details
sqlcipher3-0.6.2-cp39-cp39-manylinux_2_28_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-32 Details
sqlcipher3-0.6.2-cp39-cp39-manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ ARM64 Details
sqlcipher3-0.6.2-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
sqlcipher3-0.6.2-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
sqlcipher3-0.6.2-cp39-cp39-macosx_10_9_universal2.whl CPython 3.9 CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64) Details

Total release size: 378.3 MB

Release files / sqlcipher3-0.6.2.tar.gz

Download URL sqlcipher3-0.6.2.tar.gz
Size 2.7 MB
Tags Source
SHA-256 checksum
How to use checksums
a2b675289ba8889f389625a21f3a01f1ff159a551b5b88fba8fd92da0e02380a
BLAKE2b-256 checksum
How to use checksums
aec1414003d77549c444bafd636149ab3ace6f4e2cb4666c9955d54ad62096cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314t-win_arm64.whl

Download URL sqlcipher3-0.6.2-cp314-cp314t-win_arm64.whl
Size 2.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
76125dd222f4946302f70281e155ae9336efa4bc6fabdc81a7ae9bd4dfce9180
BLAKE2b-256 checksum
How to use checksums
9d27140a300fd151773604c4ff75ff5785febf25071231f239d6ce84b32e1408
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314t-win_amd64.whl

Download URL sqlcipher3-0.6.2-cp314-cp314t-win_amd64.whl
Size 2.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
7ac16581a5b80c54237c5f08f2e488051dfa7f52e3890e7765a6364d5bb3a2c6
BLAKE2b-256 checksum
How to use checksums
47be42d8d5cbcd0a89a5d7bfa1fe2ff986355d8b5910445b92f9d109b18eca93
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314t-win32.whl

Download URL sqlcipher3-0.6.2-cp314-cp314t-win32.whl
Size 2.0 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
311fa50be627a4d1566bed31fd7725dec535a71332dcefdcdf9ec2472c4f824d
BLAKE2b-256 checksum
How to use checksums
c17a6c7d3356c9885e87a49d8f649f25019125ce6e68b4c8bb3933538d7add2c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL sqlcipher3-0.6.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 7.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
a01424f0d0120e8d9d3e0e1751ef78e70867bbce91f283b56911e8c6adaafddb
BLAKE2b-256 checksum
How to use checksums
071b2a62a605851b6ada8686c31b0cd82dd4305b7b19a57af3dbf7fe43249d1e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL sqlcipher3-0.6.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 7.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
782111277cbd999b7bc4e9e910396492ee28397c2c60ef7287b6dbc36a0b6a24
BLAKE2b-256 checksum
How to use checksums
ca2469b9bdc5ae7859a009b5336515c7e4ea5d58dfe3e358e44fabbcdd1431ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314t-manylinux_2_28_x86_64.whl

Download URL sqlcipher3-0.6.2-cp314-cp314t-manylinux_2_28_x86_64.whl
Size 7.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
bb4eaa9093bd46a7d51a65b9f63bac29ec4fc6b4ac794083e53eeb49f6db7e2c
BLAKE2b-256 checksum
How to use checksums
a866fdfdb11110d7166ca3707180d9ce85642be096d348072aba0ef8483b307a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314t-manylinux_2_28_i686.whl

Download URL sqlcipher3-0.6.2-cp314-cp314t-manylinux_2_28_i686.whl
Size 6.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
09e4170b1b2744b02b1c9315996a228d0b8d8a3ec1a0f7d4d41db0e79872fcea
BLAKE2b-256 checksum
How to use checksums
2bca3315292ed9ddbcd2de28f445ad11cc4a7f710d8b2ab2095aa0a629682d25
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314t-manylinux_2_28_aarch64.whl

Download URL sqlcipher3-0.6.2-cp314-cp314t-manylinux_2_28_aarch64.whl
Size 7.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
d437215611b620b32cb6b68dbc66dbeaccdfb3f76a7b6d8118a40849f8612088
BLAKE2b-256 checksum
How to use checksums
d0c3bab9952c3c1bbde45313716610c5dcd36528b315228ac0b51e2d45217509
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314t-macosx_11_0_arm64.whl

Download URL sqlcipher3-0.6.2-cp314-cp314t-macosx_11_0_arm64.whl
Size 3.2 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
1010c4ff1ff13a7e53284a3b03980754dbd37e6eea6faed9c6409e52bac082e6
BLAKE2b-256 checksum
How to use checksums
31ff0b4b0cb02dd4084325bce526f0f4467c6a1ebcdf8fc625516734640f37ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314t-macosx_10_15_x86_64.whl

Download URL sqlcipher3-0.6.2-cp314-cp314t-macosx_10_15_x86_64.whl
Size 2.9 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
310d7adbea382bda31007ee7d3dc63ba6ca86fcf7c0626ea804161fad2efce5e
BLAKE2b-256 checksum
How to use checksums
8024b7e39a394841d56a678edb4b5a3b259b5a07bbb86a3863e15c5e1b041a58
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314t-macosx_10_15_universal2.whl

Download URL sqlcipher3-0.6.2-cp314-cp314t-macosx_10_15_universal2.whl
Size 4.9 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
83533b5b7622ec9b78bec7596d96534e30015136f3e3e69a22f836fc59e393bc
BLAKE2b-256 checksum
How to use checksums
2668611dd86b446e069f769cf129cde96967982e0b41f49e66df9d3d21255df7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314-win_arm64.whl

Download URL sqlcipher3-0.6.2-cp314-cp314-win_arm64.whl
Size 2.7 MB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
765e133bd4ddda5596275f1221fa63b2b5d7d2b6e3670809bbf630edb705e27a
BLAKE2b-256 checksum
How to use checksums
5ce7cc1ce8e013bb84b8429b9736de7aca58b738781b08230bc9ba1c1e1a6d55
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314-win_amd64.whl

Download URL sqlcipher3-0.6.2-cp314-cp314-win_amd64.whl
Size 2.6 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
7de6133b19aec27b30698267cc2a0ea6e82c21d9a81d349cf0b480439fb549ac
BLAKE2b-256 checksum
How to use checksums
a611950f0b092588866213e5d89b08701d24a938c9df116673bba54ac35f61af
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314-win32.whl

Download URL sqlcipher3-0.6.2-cp314-cp314-win32.whl
Size 2.0 MB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
7a07dafe752e013d4030accf218e80472d08de1309ddaf26df6f02d0850b2cec
BLAKE2b-256 checksum
How to use checksums
d50d80861eeeba9f5f6a0f202b3d27f9ab696e2c885442ed9340ad96ba0ed66c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL sqlcipher3-0.6.2-cp314-cp314-musllinux_1_2_x86_64.whl
Size 7.1 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
e3a936d7414ae62f40880668bc036b0fde1ef0f48ed86cfe6564340f780ceea4
BLAKE2b-256 checksum
How to use checksums
62848d1f55fd8fadef56b40ee19bfae23100b5ff883bec65582a12a4bfbd56d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL sqlcipher3-0.6.2-cp314-cp314-musllinux_1_2_aarch64.whl
Size 7.3 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
a105e816579bb7cce6f03e7e208b06d6d886c6445e1c738ed9aa2febabff3041
BLAKE2b-256 checksum
How to use checksums
2e7a58dbb21db860d006d2be466678e7fdc317118a55c0e8a3e2a7f848f42112
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL sqlcipher3-0.6.2-cp314-cp314-manylinux_2_28_x86_64.whl
Size 7.0 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
e00988174ecd67ecd4537504c3df55bf8daeb75fce98401f099dff8e22c43ae1
BLAKE2b-256 checksum
How to use checksums
ff128d554633c3975f429e07cf07e136fb94ace10b460e1cb86b4c8019b7cdb4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314-manylinux_2_28_i686.whl

Download URL sqlcipher3-0.6.2-cp314-cp314-manylinux_2_28_i686.whl
Size 6.9 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
a1fbb693bf7c2f6f46ed038544b0bf76ea43dcc3231905cf5a686af15dc9b424
BLAKE2b-256 checksum
How to use checksums
d5490d9a84435658ea3a6cdbb54cb8e67725e4c146726d008248531dca146eb7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL sqlcipher3-0.6.2-cp314-cp314-manylinux_2_28_aarch64.whl
Size 7.3 MB
Tags CPython 3.14 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
e2328f0848ffb78807cf0898749dc22ff3f5aa95ab0d5a8a253628de20c11a1c
BLAKE2b-256 checksum
How to use checksums
20a0274cbe5180a837818f5502823b5fa20f198546abc36ee56803636db5dcaf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314-macosx_11_0_arm64.whl

Download URL sqlcipher3-0.6.2-cp314-cp314-macosx_11_0_arm64.whl
Size 3.2 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
5c1f4a5805faa418c9c7290e6a556a8c5abae40ea59b04d76e960e33c257e618
BLAKE2b-256 checksum
How to use checksums
f601f3552874b158d83c15fb9d550576020cc42b34019d0daf3291b381fbfb01
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314-macosx_10_15_x86_64.whl

Download URL sqlcipher3-0.6.2-cp314-cp314-macosx_10_15_x86_64.whl
Size 2.9 MB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
be137cc92c9a039e469a758ee55e27e2385f419d1387f24e2029c536aa5d9736
BLAKE2b-256 checksum
How to use checksums
e19972b4e23936bd4065fb97c07429a395c828a1d7419776219c7e98932df14f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp314-cp314-macosx_10_15_universal2.whl

Download URL sqlcipher3-0.6.2-cp314-cp314-macosx_10_15_universal2.whl
Size 4.9 MB
Tags CPython 3.14 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
dae7ce66554f2416d9e9012cc78dfe4d4053385e7fa289a8d0bd7772e5f5a702
BLAKE2b-256 checksum
How to use checksums
27a68e0ac8e198ba5c92b4af150f1b405968dacb399259bb74e732818dbacb46
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp313-cp313-win_arm64.whl

Download URL sqlcipher3-0.6.2-cp313-cp313-win_arm64.whl
Size 2.7 MB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
30eeac16e755e5b0cff584ff541d3001bfcfc20be0ae364ff5305bbaeccbb3f1
BLAKE2b-256 checksum
How to use checksums
f379245ef275ef93b45005e000105eb62df5779c056b1ba699eb7b5ba663a1c8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp313-cp313-win_amd64.whl

Download URL sqlcipher3-0.6.2-cp313-cp313-win_amd64.whl
Size 2.5 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
9dc959ff792228c6df836cfd3667c713ae13e6e18dc2905c9d5666558606e832
BLAKE2b-256 checksum
How to use checksums
abe311e2e945557fe300bc399d9fafbba9154089f84483f4940546fd81b49b29
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp313-cp313-win32.whl

Download URL sqlcipher3-0.6.2-cp313-cp313-win32.whl
Size 2.0 MB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
31789ce5ec7dd3f6c4ebd612c9cd9f7079a1d3698829111f7a382b0c10da3a87
BLAKE2b-256 checksum
How to use checksums
5b6320730edd16df0d5ba8198cf8f4b679335c9db61c469d30ba2ef8adfbee2e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL sqlcipher3-0.6.2-cp313-cp313-musllinux_1_2_x86_64.whl
Size 7.1 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
16d54822ad2fe44e49818a27f4862ba041f2d4a6aeb69422186379f9af97ced0
BLAKE2b-256 checksum
How to use checksums
fd67544729cd60a1cd961d6e70b7880a5a2dd18dd38bf9575527b5b2a893daa5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL sqlcipher3-0.6.2-cp313-cp313-musllinux_1_2_aarch64.whl
Size 7.2 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
1ab63dcba15868853cb4d318cceb50dc47b94095e0c434f2785b9b098f3f5b42
BLAKE2b-256 checksum
How to use checksums
a5a036af1ad4a3d45cc6c3a5dd508d1d5ddd24a6903a478405d40da37b1acc07
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL sqlcipher3-0.6.2-cp313-cp313-manylinux_2_28_x86_64.whl
Size 7.0 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
9fb7109981583b631ac795e7e955d4bf78058f64b54c7f334ccc437adc322d4b
BLAKE2b-256 checksum
How to use checksums
f46b874f72b6f3c3ebbe889e4279a0d422b7271ef7b3c63e45fae80a4ce16ec7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp313-cp313-manylinux_2_28_i686.whl

Download URL sqlcipher3-0.6.2-cp313-cp313-manylinux_2_28_i686.whl
Size 6.9 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
8a3e39ad5f73060232b17715aa3b757e82ec4b67bb6acfc081147f66d00c2659
BLAKE2b-256 checksum
How to use checksums
a0162e36fc23f4cc3baad39938c71c2db33a92ffa230a81073aa9186ad33a540
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL sqlcipher3-0.6.2-cp313-cp313-manylinux_2_28_aarch64.whl
Size 7.3 MB
Tags CPython 3.13 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
35ae605f7594fca64a6d71007795dd39effd625cdc2a181d47f7d9fc8a5e1965
BLAKE2b-256 checksum
How to use checksums
fc7a72e7001af10c5b0e34592eae8e2634c22f1eb67d9859327c2fbbbf2b4961
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp313-cp313-macosx_11_0_arm64.whl

Download URL sqlcipher3-0.6.2-cp313-cp313-macosx_11_0_arm64.whl
Size 3.2 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8e1ff6079603dfd955d57c26dad5eab14f6baacdc643d8753dd651913ba789cf
BLAKE2b-256 checksum
How to use checksums
560d2cee40de57d47245de09382c64e649c8cc8e86fa549ecba7591633fabf20
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp313-cp313-macosx_10_13_x86_64.whl

Download URL sqlcipher3-0.6.2-cp313-cp313-macosx_10_13_x86_64.whl
Size 2.9 MB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
29f39d50bea02d78a824022989164c171e865bfeced3f9b84d1d45193dae074c
BLAKE2b-256 checksum
How to use checksums
985f805772f52b10abe1e1aedba6f8c0ab7fb5eb5ccb4de5dfb51fef71132096
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp313-cp313-macosx_10_13_universal2.whl

Download URL sqlcipher3-0.6.2-cp313-cp313-macosx_10_13_universal2.whl
Size 4.9 MB
Tags CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
8093773cd59b2a205d2cdb21383a93f7725126497032c269983ed89a89993631
BLAKE2b-256 checksum
How to use checksums
0e7956fb1ea7cffc2ef32446b6fb9ba499464324995f9ea21c88791af9176682
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp312-cp312-win_arm64.whl

Download URL sqlcipher3-0.6.2-cp312-cp312-win_arm64.whl
Size 2.7 MB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
99148bf4bf8e73c2c35f810f80de776d7de09b6cf277322c07759026400e90d0
BLAKE2b-256 checksum
How to use checksums
5e8369217a75ed282dc865c4d658993af935210efe907b5ab6a863365ed6f20b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp312-cp312-win_amd64.whl

Download URL sqlcipher3-0.6.2-cp312-cp312-win_amd64.whl
Size 2.5 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
8bd60ffb7bfa65bd0e51da3d5c308553d7149f0091d4ea9f754c33d5ebbf0a66
BLAKE2b-256 checksum
How to use checksums
2e1a88e8a0b96a52d291e24424cf8a222a6c7cc5356fd0a2287086afff764c2e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp312-cp312-win32.whl

Download URL sqlcipher3-0.6.2-cp312-cp312-win32.whl
Size 2.0 MB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
fb15c43f8a4f8b6b0ebe62ad2ab97a7946e3b75cb98a02069ff56b7d5a96c415
BLAKE2b-256 checksum
How to use checksums
c463e220211b098bc54d5345369759e21e4b34804d7e1c9f80f53372e2041b39
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL sqlcipher3-0.6.2-cp312-cp312-musllinux_1_2_x86_64.whl
Size 7.1 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
80ae14562d98419b32149e8d66eea567eb3792e149b103ee5c8e1e5c67c5d799
BLAKE2b-256 checksum
How to use checksums
daff9723596e7d220d933d5016adcea249b8e6f4f54116219ead6cf919646de4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL sqlcipher3-0.6.2-cp312-cp312-musllinux_1_2_aarch64.whl
Size 7.3 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
11e85c1fa4dfe6bf031af8ada500e94b5a77762355b500580360aa162896cecd
BLAKE2b-256 checksum
How to use checksums
8cbdafe3998add9f877533480f48d0deaa1c42a31832954424f4414539f59bfc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL sqlcipher3-0.6.2-cp312-cp312-manylinux_2_28_x86_64.whl
Size 7.0 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
6b26d28ca844dc2a69b8f74b390e940db47760f0be4c96d93337c57ae8250a48
BLAKE2b-256 checksum
How to use checksums
f503d55fe69fb380dadb2f5d19b3eac9256218243cced6aa4696ef90d560d223
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp312-cp312-manylinux_2_28_i686.whl

Download URL sqlcipher3-0.6.2-cp312-cp312-manylinux_2_28_i686.whl
Size 6.9 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
2288215f462a16996689e1c22d611c94dd865faddb703cb105981dc3c0307b23
BLAKE2b-256 checksum
How to use checksums
69e4cb0ed654a9642ee707c79f5e46db11518737318fd24968463b5aaa367a31
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL sqlcipher3-0.6.2-cp312-cp312-manylinux_2_28_aarch64.whl
Size 7.3 MB
Tags CPython 3.12 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
50f64086da0a5f14281f2b0b459c4d9923b50055813a48ad29baf8c41c7fa56c
BLAKE2b-256 checksum
How to use checksums
b49857e7f7e170b6065a21735687a94373aba9ce6866708e5a386e6af1a90ff2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp312-cp312-macosx_11_0_arm64.whl

Download URL sqlcipher3-0.6.2-cp312-cp312-macosx_11_0_arm64.whl
Size 3.2 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
bc2edd981e65783bc0d4e337704a9eb436871ab91c68af02ed76354876087642
BLAKE2b-256 checksum
How to use checksums
2fb7b9e897cf9e4740ca148fb03b493fa708a9b729ccc0cd656099f16bc9f2fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp312-cp312-macosx_10_13_x86_64.whl

Download URL sqlcipher3-0.6.2-cp312-cp312-macosx_10_13_x86_64.whl
Size 2.9 MB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
fea0f1264f09d219dd6ce699ffca8cc9022a914661c6efa4390e85a2bf78acf9
BLAKE2b-256 checksum
How to use checksums
bca47be8f0199ca6a1a2c6f7bb8118b2e37d29077ade2319d6271b1724d0cc86
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp312-cp312-macosx_10_13_universal2.whl

Download URL sqlcipher3-0.6.2-cp312-cp312-macosx_10_13_universal2.whl
Size 4.9 MB
Tags CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
a51b18bd782652a2282f9cb1b03b840ba5a6c0c675de6cefb76262c9789c8f06
BLAKE2b-256 checksum
How to use checksums
96ac3612ebe2504d7c6786ddf73d28ae3d2707eb39d6e5730336854071ccb612
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp311-cp311-win_arm64.whl

Download URL sqlcipher3-0.6.2-cp311-cp311-win_arm64.whl
Size 2.7 MB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
3ad6b39a7fa8c2f7ec471dd29fadbffa19c194fbae1730f013f0d29f5b96fae0
BLAKE2b-256 checksum
How to use checksums
2c2f52f001d2b884047ab490964d37ee7891d497cc891cee7e64bac5672eb7d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp311-cp311-win_amd64.whl

Download URL sqlcipher3-0.6.2-cp311-cp311-win_amd64.whl
Size 2.5 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
4ad7e4a32de907011ea22ac2012c9bca1bb414e2f599c56a55c8b0fe6445b932
BLAKE2b-256 checksum
How to use checksums
9d876cb7a6ced1244350514cf419cbeb442f12f445e3c4d09da0e7a49ac7ee80
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp311-cp311-win32.whl

Download URL sqlcipher3-0.6.2-cp311-cp311-win32.whl
Size 2.0 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
fc08ff475ab0e0f43adca0647d827e81da5fa406bbb6bd04471e28a3ad2864d9
BLAKE2b-256 checksum
How to use checksums
5b510939f292767fe26b978b845cefac077916f5b2f1caae110be89d2b3a79dc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL sqlcipher3-0.6.2-cp311-cp311-musllinux_1_2_x86_64.whl
Size 7.1 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
a5f805c1f156634e4e91f1b073d95930756fdf23eeeeb7b85c511a5cf165b10c
BLAKE2b-256 checksum
How to use checksums
a3e568bbaa1790e0f2fc571924933db01a6af2991ebf479496934ab5f1b19484
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL sqlcipher3-0.6.2-cp311-cp311-musllinux_1_2_aarch64.whl
Size 7.2 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
dfe90f1e0e81a8c6c8c4129a8439ed6b9b27a8e32077c59ed3b7f1263e3c5544
BLAKE2b-256 checksum
How to use checksums
6d371a82b3fc1504741df5aa4dccc6fd4265244e5b5dc98aa95e24321d73f0bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL sqlcipher3-0.6.2-cp311-cp311-manylinux_2_28_x86_64.whl
Size 7.0 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
0f08e5bb5eb1ab93819c444ebec61fa3349e9690c14f5d0276fd4f61c3049fd9
BLAKE2b-256 checksum
How to use checksums
72b0faa2a8fc9dc3210e0af31e57c5ec86e8a523eaa3d44e854aa8f95ff66d50
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp311-cp311-manylinux_2_28_i686.whl

Download URL sqlcipher3-0.6.2-cp311-cp311-manylinux_2_28_i686.whl
Size 6.9 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
15abe3de01faa194f1aaea144ff9ecbfdce2991964dcc7ce8ec1ecc5950a4bc4
BLAKE2b-256 checksum
How to use checksums
c5bd10527a221d2b7c33b1c32058c3882a03033fca013b4f9f98f0befc0fe98e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL sqlcipher3-0.6.2-cp311-cp311-manylinux_2_28_aarch64.whl
Size 7.3 MB
Tags CPython 3.11 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
0ca92202881bcb69b3703b744b40a3a3476e122d4612a82eb2b0a36f2f78de1d
BLAKE2b-256 checksum
How to use checksums
71095ae806f9f5833ab7decfef0b24471f57c06c10b7fdc2a097a3066d6c80d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp311-cp311-macosx_11_0_arm64.whl

Download URL sqlcipher3-0.6.2-cp311-cp311-macosx_11_0_arm64.whl
Size 3.2 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
22e6502c364706fe64695219877f2bb01cdb25450bec81e69c8a08deff8c14ee
BLAKE2b-256 checksum
How to use checksums
e54c098cf3dd0af6ce4cfba88fbdeb63a3b156f4b7f0620f6cc5f35ecfb72607
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp311-cp311-macosx_10_9_x86_64.whl

Download URL sqlcipher3-0.6.2-cp311-cp311-macosx_10_9_x86_64.whl
Size 2.9 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
eece737c583c285e9bbe3bf829eee3b6624eb6e9dad8ccff7821a45641f436dd
BLAKE2b-256 checksum
How to use checksums
45dc73f238aa994e08ac6971838907fd2b80d9bd86277c3c0e99300985287cd5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp311-cp311-macosx_10_9_universal2.whl

Download URL sqlcipher3-0.6.2-cp311-cp311-macosx_10_9_universal2.whl
Size 4.9 MB
Tags CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
87432804bf88e9017fc174bdd3d0862a1d1e9ef3c755517595c91da2c59e3808
BLAKE2b-256 checksum
How to use checksums
f6976461dc2ab41fbaed4942aaf7d1bac23d8cd130c751d40830ce391e80d332
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp310-cp310-win_arm64.whl

Download URL sqlcipher3-0.6.2-cp310-cp310-win_arm64.whl
Size 2.7 MB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
cf5ff0786b0a2a36dd0974264a7be182db5610eba1c14ce2745ed25c37a074ad
BLAKE2b-256 checksum
How to use checksums
17d88260d5a8f43aa054c9a0807e51dc1d85e1242139502aa861ae22dd548167
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp310-cp310-win_amd64.whl

Download URL sqlcipher3-0.6.2-cp310-cp310-win_amd64.whl
Size 2.5 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
f58db62e3e3324c2c6b3816dbcdb2416935be4703417b8956070754fd7b03d0b
BLAKE2b-256 checksum
How to use checksums
653bbfcb9e8c57ceb6309880d94541e65e42fcf04ebd07260635cbde54b33814
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp310-cp310-win32.whl

Download URL sqlcipher3-0.6.2-cp310-cp310-win32.whl
Size 2.0 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
931309d6bfdfd43b8453a284ea57185c6a415b15f8849680ab17fc82bd4c43fa
BLAKE2b-256 checksum
How to use checksums
77896219171281b0dd9e7cb141adf3921d005007f13957b1ad080530c132ec55
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL sqlcipher3-0.6.2-cp310-cp310-musllinux_1_2_x86_64.whl
Size 7.0 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9929444703eec43728f0a1f0dcfdf8cebf732c7b880c6af8e03bf1cf3a62e4d9
BLAKE2b-256 checksum
How to use checksums
835c80ad745972b9d4506d4907ab9cd4c1b3954caca05e8847f71bcec2c62e6e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL sqlcipher3-0.6.2-cp310-cp310-musllinux_1_2_aarch64.whl
Size 7.2 MB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
c67330d041b174884dc8498d06c41ed3c88386f05b340a055b10ce1ad96a853c
BLAKE2b-256 checksum
How to use checksums
7a6094abf3be7b6b78443369db69a51637e5b1a181adcba30de15632a2dbc639
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL sqlcipher3-0.6.2-cp310-cp310-manylinux_2_28_x86_64.whl
Size 7.0 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
cc76dd6dbdbb82383dcd746116f7f83ecc9f1d49d590fd556462ecb3aefc1678
BLAKE2b-256 checksum
How to use checksums
51f4e9d7871c32749c43bb605dec4a6b1efca61171a78b31d5bea0718dd507db
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp310-cp310-manylinux_2_28_i686.whl

Download URL sqlcipher3-0.6.2-cp310-cp310-manylinux_2_28_i686.whl
Size 6.9 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
78ed6d21df4b4742c9fc0bc1e6fe7f675af11f812e028530eb41daa12abed6fe
BLAKE2b-256 checksum
How to use checksums
fa20ec5b937d51f197b2e0fea2987ebf4718452af11fbf139addebe37ee79c18
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp310-cp310-manylinux_2_28_aarch64.whl

Download URL sqlcipher3-0.6.2-cp310-cp310-manylinux_2_28_aarch64.whl
Size 7.2 MB
Tags CPython 3.10 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
c36bcb87969a7a1176106e1f97d9e6552823c09c72237293edf1598019919e46
BLAKE2b-256 checksum
How to use checksums
8d7c40d5354225bfffbe3f64c42f93e6994db2f20aa71e7a7d622a096c94e8bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp310-cp310-macosx_11_0_arm64.whl

Download URL sqlcipher3-0.6.2-cp310-cp310-macosx_11_0_arm64.whl
Size 3.2 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a37967693e4a3bc40a532ced0e333293b3b856a0b261958c82313a9bb0517cf9
BLAKE2b-256 checksum
How to use checksums
1a38516df108e57ebd6a002e174d7a40f0fe05e04ab54650a9117519dfa5ce6e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp310-cp310-macosx_10_9_x86_64.whl

Download URL sqlcipher3-0.6.2-cp310-cp310-macosx_10_9_x86_64.whl
Size 2.9 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
046b9b9ca206b3e4490e1ce31826a7f8128895c524b1d763bba16a2a22d27409
BLAKE2b-256 checksum
How to use checksums
3c473d7ed01ecc919a9015ddec01f214980a2915fcec40980332b97e77645e7d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp310-cp310-macosx_10_9_universal2.whl

Download URL sqlcipher3-0.6.2-cp310-cp310-macosx_10_9_universal2.whl
Size 4.9 MB
Tags CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
42df4c5e4b8843a658a36f11d1158227c078efa8d36ab9b4b2389a0c76163be3
BLAKE2b-256 checksum
How to use checksums
cfe062da20fe07697ed93674fb01c05c1ffc12736622b6e1e089637785ddb073
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp39-cp39-win_arm64.whl

Download URL sqlcipher3-0.6.2-cp39-cp39-win_arm64.whl
Size 2.7 MB
Tags CPython 3.9 Windows ARM64
SHA-256 checksum
How to use checksums
84f02bde14b64810e0a4d472cecae0a63f359247f06a62544b6ef0cec85826b4
BLAKE2b-256 checksum
How to use checksums
f1db2997f61a91656ec07be07341f8ff7d45e05bd057e838cea7af0c4b0e4d39
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp39-cp39-win_amd64.whl

Download URL sqlcipher3-0.6.2-cp39-cp39-win_amd64.whl
Size 2.5 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
c1585d88b38a8e6969ec60fbaaafaa3c6eaa6b61e4411d0e25ffdb387b2629c7
BLAKE2b-256 checksum
How to use checksums
266b7fe936b3a191e10354807cbbcdf7783118604a8e58d525e4daec61dc62ed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp39-cp39-win32.whl

Download URL sqlcipher3-0.6.2-cp39-cp39-win32.whl
Size 2.0 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
e73a690b8652a17365112a75883aaf965ca6e8a4c190c7c7a9eb38e154ca223e
BLAKE2b-256 checksum
How to use checksums
c72eec77f1de571d3acb8ed94c16062aea389d875e40d5f669c6f61ee892450e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL sqlcipher3-0.6.2-cp39-cp39-musllinux_1_2_x86_64.whl
Size 7.0 MB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
0df26d51513ddd07e0fb0f311046b2e798e3040032ebed6e670381cf26e89215
BLAKE2b-256 checksum
How to use checksums
cdfad798e9dc0e423b25b58c4d071332de40c376098ab4baff3c46eaa12ee99d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL sqlcipher3-0.6.2-cp39-cp39-musllinux_1_2_aarch64.whl
Size 7.2 MB
Tags CPython 3.9 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
e8055ebe76ecdbd77ce49da32bfa367319381cbd8a656230d793a6953048ef0b
BLAKE2b-256 checksum
How to use checksums
39854f612ac880da22d918d7c360715e13700e8cb3031e723ab2c9d676622f13
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp39-cp39-manylinux_2_28_x86_64.whl

Download URL sqlcipher3-0.6.2-cp39-cp39-manylinux_2_28_x86_64.whl
Size 7.0 MB
Tags CPython 3.9 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
3a8ced91852c599a19a1e223436ef2e43f6727141958880183aea02b6ad5b375
BLAKE2b-256 checksum
How to use checksums
7d8eeabb9cb4e0f874bb069a8e4abf1852cd61a4b791d9bf7b8b69a6379d6409
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp39-cp39-manylinux_2_28_i686.whl

Download URL sqlcipher3-0.6.2-cp39-cp39-manylinux_2_28_i686.whl
Size 6.9 MB
Tags CPython 3.9 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
1e785c594ee98bb3aba88b93e63ee31fdc6bcb09351df23b301449fbf8b17ab2
BLAKE2b-256 checksum
How to use checksums
26bc7589ae5b720ba041d2a076c58a22eb867ee8b1acafc62328d7381dc3c8e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp39-cp39-manylinux_2_28_aarch64.whl

Download URL sqlcipher3-0.6.2-cp39-cp39-manylinux_2_28_aarch64.whl
Size 7.2 MB
Tags CPython 3.9 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
c14ba97592547e1a47fcdf5ba801626c4648d5205da9091029515e5a554d98aa
BLAKE2b-256 checksum
How to use checksums
d80ebfa28782781767e0423d9ed18b70817bbd1c023457acb7ab137b12133cef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp39-cp39-macosx_11_0_arm64.whl

Download URL sqlcipher3-0.6.2-cp39-cp39-macosx_11_0_arm64.whl
Size 3.2 MB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
7634c16e937c42f3570b41bf2a5032fbec8413cd221e84782ff567f850a0f76c
BLAKE2b-256 checksum
How to use checksums
0a5eacb4d5ea733b326a668aa5088921fc6bca01c3ba72aa3ae7428585129377
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp39-cp39-macosx_10_9_x86_64.whl

Download URL sqlcipher3-0.6.2-cp39-cp39-macosx_10_9_x86_64.whl
Size 2.9 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
17268ccb657bde0f4588837b480d1e512f5ca762faf795010dac6ed8f83d6a85
BLAKE2b-256 checksum
How to use checksums
e2a8f680e74e6dac5d02fe6bcb899bce084d0d29f146e49b858b779d0e757ffd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sqlcipher3-0.6.2-cp39-cp39-macosx_10_9_universal2.whl

Download URL sqlcipher3-0.6.2-cp39-cp39-macosx_10_9_universal2.whl
Size 4.9 MB
Tags CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
8d6300bc294a9dfeee5a5696f4b3c8de311d1bc63591cf908581e29c60d500e0
BLAKE2b-256 checksum
How to use checksums
31f2339fda026b383f15194555487bda68050f01d151f57416c867179f778c4f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release history Release notifications | RSS feed

This release

0.6.2 This release

78 release files

0.6.0

1 release file

0.5.4

1 release file

0.5.3

1 release file

0.5.2

1 release file

0.5.1

1 release file

0.5.0

1 release file

0.4.8

1 release file

0.4.5

1 release file

0.4.4

1 release file

0.4.2

1 release file

0.4.1

1 release file

0.4.0

1 release file

0.3.0

1 release file

0.1.1

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page