Releases: utelle/SQLite3MultipleCiphers
SQLite3 Multiple Ciphers 1.8.4 (based on SQLite 3.45.2)
Changes since previous release
- Based on SQLite version 3.45.2
- Disable user authentication extension by default
Notes
This release contains the following precompiled binaries:
- SQLite3 binaries for Windows (SQLite3 shell and DLLs) with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature,
- Source code amalgamation - a single C source file and a single C header file,
- Precompiled SQLite Android library (see SQLite Android Bindings),
- Precompiled bundle of
sqlite3.wasm
and its JavaScript APIs, ready for use in web applications (see SQLite3 WebAssembly).
To verify your download please use the following SHA256 checksums:
d031655140c8c6b35680c1131a6023caf701939e3c6d791499ac5e2d8a8a457a sqlite3mc-1.8.4-sqlite-3.45.2-icu-win32.zip
ce839d9572e9769c23a9b952315cfc38dadf64fe868faac13d7f0eae3aba3acd sqlite3mc-1.8.4-sqlite-3.45.2-icu-win64.zip
995d450eb283a96fcfa6b6757b03d427b45420a5ec9be5fa4c990fe3f070f8f6 sqlite3mc-1.8.4-sqlite-3.45.2-win32.zip
39ad804f4f658ccbc5c32c0ba76031b73f6b5ff6b542ce5cac36c8870688d2c6 sqlite3mc-1.8.4-sqlite-3.45.2-win64.zip
e27cd7c5f8e525980f38df25a91b45abd69957397ad2797409abba43c0dffc7c sqlite3mc-1.8.4-sqlite-3.45.2-amalgamation.zip
5e0db100675096bee5ab579838c7c9aeb15a3d04695024ad14920f0b6810f8f4 sqlite3mc-1.8.4-sqlite-3.45.2-android.aar
7f77a4d6a4728423be757a6eaa479879cd70b5406f436b2695812963389c4dfd sqlite3mc-1.8.4-sqlite-3.45.2-wasm.zip
SQLite3 Multiple Ciphers 1.8.3 (based on SQLite 3.45.1)
Changes since previous release
- Based on SQLite version 3.45.1
Notes
This release contains the following precompiled binaries:
- SQLite3 binaries for Windows (SQLite3 shell and DLLs) with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature,
- Source code amalgamation - a single C source file and a single C header file,
- Precompiled SQLite Android library (see SQLite Android Bindings),
- Precompiled bundle of
sqlite3.wasm
and its JavaScript APIs, ready for use in web applications (see SQLite3 WebAssembly).
To verify your download please use the following SHA256 checksums:
304c6543351515b0ad322dfe1a456a5fb47d4cbe923f7c4d519c18edb4139f16 sqlite3mc-1.8.3-sqlite-3.45.1-icu-win32.zip
46c8d06b4a23a1ca76c46300be2dfca4e8ee968c621d0984d22b8ac7947d96ef sqlite3mc-1.8.3-sqlite-3.45.1-icu-win64.zip
b1206dc5fcb1717242f5c77b1f42698aaf2c62b03d7720a542556752342387b4 sqlite3mc-1.8.3-sqlite-3.45.1-win32.zip
2213218f84a9a0d901a1828a84620e1b2221717e143b79132c1b80e502a1d724 sqlite3mc-1.8.3-sqlite-3.45.1-win64.zip
2fb66f8a39971060179d5b63c87d3e3fee6e9887f04b0cdd5e8ac4662e3ab8a7 sqlite3mc-1.8.3-sqlite-3.45.1-amalgamation.zip
cde97eb09eefd87195ce627ea0c59ed77df10effa450fd5d0ff74d216bab3166 sqlite3mc-1.8.3-sqlite-3.45.1-android.aar
1c0fd2fcffa67127921f82e29c8d22f1b8558bfd84afb150745cc0cbb4bb9add sqlite3mc-1.8.3-sqlite-3.45.1-wasm.zip
SQLite3 Multiple Ciphers 1.8.2 (based on SQLite 3.45.0)
Changes since previous release
- Based on SQLite version 3.45.0
Notes
- SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature.
- Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.
SQLite3 Multiple Ciphers 1.8.1 (based on SQLite 3.44.2)
Changes since previous release
- Based on SQLite version 3.44.2
- Applied several modifications to improve support for SQLite3 WASM
- Fixed issue #133 - missing API symbols
🔵 This release includes for the first time a precompiled bundle of sqlite3.wasm and its JavaScript APIs with SQLite3 Multiple Ciphers encryption support, ready for use in web applications.
Notes
- SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature.
- Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.
SQLite3 Multiple Ciphers 1.8.0 (based on SQLite 3.44.1)
Changes since previous release
- Based on SQLite version 3.44.1
- Added new cipher scheme Ascon-128. Ascon is a family of authenticated encryption and hashing algorithms designed to be lightweight and easy to implement, even with added countermeasures against side-channel attacks. Ascon has been selected as new standard for lightweight cryptography in the NIST Lightweight Cryptography competition (2019–2023).
- Updated CMake support
- Fixed issue #126 - use of quadmath in VSV extension. Use of 128-bit floats for conversion purposes in the VSV extension could cause compilation problems due to the dependency on the GCC-specific quadmath library. This library will now only be used, if the preprocessor symbol
SQLITE_USE_QUADMATH
is defined. This symbol will not be defined by default.
Notes
- SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature.
- Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.
SQLite3 Multiple Ciphers 1.7.4 (based on SQLite 3.44.0)
Changes since previous release
- Based on SQLite version 3.44.0
- Prevent crashes due to uninitialized cipher tables (wxSQLite3 issue #113)
This only affects the C API cipher configuration functions, and only if they are called before any regular SQLite API call took place.
📌 Update is optional, because most applications are not affected.
📌 The Android build is not affected, therefore no new binaries were prepared. Use the Android binaries of the previous release.
Notes
- SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature.
- Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.
SQLite3 Multiple Ciphers 1.7.3 (based on SQLite 3.44.0)
Changes since previous release
- Based on SQLite version 3.44.0
Notes
- SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature.
- Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.
SQLite3 Multiple Ciphers 1.7.2 (based on SQLite 3.43.2)
Changes since previous release
- Based on SQLite version 3.43.2
SQLite version 3.43.2 is a small patch to version 3.43.1 and 3.43.0 that fixes some minor inaccuracies. Most likely the changes do not affect your projects, but you are welcome to upgrade nevertheless.
Notes
- SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature.
- Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.
SQLite3 Multiple Ciphers 1.7.1 (based on SQLite 3.43.1)
Changes since previous release
- Added compile time option to omit AES hardware support
- Fixed autoconf/automake build files to be usable with msys/mingw
Notes
- SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature.
- Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.
SQLite3 Multiple Ciphers 1.7.0 (based on SQLite 3.43.1)
Changes since previous release
- Based on SQLite version 3.43.1
- Added
PRAGMA memory_security
to allow to clear memory before it is freed. This feature can have a considerable impact on performance and is therefore disabled by default. - Fixed issue #118 - tvOS/watchOS compilation errors. On Apple platforms the function
SecRandomCopyBytes()
will now be used instead ofgetentropy()
. - Fixed issue #119 -
PRAGMA mmap_size
conflicts with encrypted databases, a check has been added to allow this pragma for unencrypted databases.
Notes
- SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature.
- Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.