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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [2.2.1] - 2025-07-09
11
+
10
12
### Added
11
13
12
-
- Added plaintext header option to some ciphers (issue [#209](../../issues/209))
14
+
- Added plaintext header option to some ciphers (issue [#209](../../issues/209))
13
15
This option, added to ciphers _chacha20_, _ascon128_, and _aegis_, keeps the database header partially unencrypted and works in the same way as for the cipher scheme _sqlcipher_.
14
16
15
17
### Changed
16
18
17
-
- Simplified and unified raw key and salt specification
19
+
- Simplified and unified raw key and salt specification
18
20
- raw keys (and optionally salt) can be given in both formats, _SQLCipher_ or _sqleet_, for all cipher schemes supporting raw key specification (_chacha20_, _sqlcipher_, _ascon128_, _aegis_)
19
21
- the cipher salt can now also be specified via "pragma cipher_salt" - pragma takes precedence over URI parameter
20
-
- the "cipher" URI parameter is no longer mandatory for the default cipher scheme
22
+
- the "cipher" URI parameter is no longer mandatory for the **default** cipher scheme
21
23
22
24
## [2.2.0] - 2025-07-01
23
25
@@ -652,7 +654,8 @@ The following ciphers are supported:
652
654
- AES 256 Bit CBC - SHA1/SHA256/SHA512 HMAC ([SQLCipher](https://www.zetetic.net/sqlcipher/), database versions 1, 2, 3, and 4)
653
655
- RC4 - No HMAC ([System.Data.SQLite](http://system.data.sqlite.org))
0 commit comments