Skip to content

Commit 5b742e0

Browse files
committed
Fix cipher URL
1 parent 805d4e1 commit 5b742e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/configuration/config_sql_pragmas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ PRAGMA key = 'raw:54686973206973206D792076657279207365637265742070617373776F7264
9494
Note
9595
{: .label .label-red .ml-0 .mb-1 .mt-2 }
9696
Currently only the cipher schemes [sqleet: ChaCha20]({{ site.baseurl }}{% link docs/ciphers/cipher_chacha20.md %}) and [SQLCipher: AES 256 Bit]({{ site.baseurl }}{% link docs/ciphers/cipher_sqlcipher.md %}) support this method, requiring the literal syntax as given in the example.
97-
Starting with version [2.2.0](https://github.com/utelle/SQLite3MultipleCiphers/releases/tag/v2.2.0) the ciphers [Ascon128]({{ site.baseurl }}{% link docs/ciphers/cipher_ascon128.md %}) and [AEGIS]({{ site.baseurl }}{% link docs/ciphers/cipher_aegis.md %}) support this option, too.
97+
Starting with version [2.2.0](https://github.com/utelle/SQLite3MultipleCiphers/releases/tag/v2.2.0) the ciphers [Ascon128]({{ site.baseurl }}{% link docs/ciphers/cipher_ascon.md %}) and [AEGIS]({{ site.baseurl }}{% link docs/ciphers/cipher_aegis.md %}) support this option, too.
9898
All named ciphers accept the raw key material in both forms shown in the example.
9999

100100
<span class="label label-green">Example 3:</span> _Raw key data including salt (without key derivation)_

0 commit comments

Comments
 (0)