SQLite Support Options
(support.html)
... The SQLite Encryption Extension (SEE)
will read and write database files encrypted using
128-bit or 256-bit AES.
The SQLite Compressed and Encrypted Read-Only Database (CEROD)
extension will read a database file that is both compressed
and encrypted ...
|
SQLite Pro Support
(prosupport.html)
... The
SQLite Encryption
Extension (SEE),
the ZIPVFS Extension,
and the Compressed and
Encrypted ReadOnly Database (CEROD) extension are enhanced versions
of SQLite that handle encrypted
and/or compressed databases. SEE can read and write encrypted databases.
SEE encrypts all database ...
|
LoC Recommended Storage Format
(locrsf.html)
1.1. What Is A Recommended Storage Format?
... Implementation of mechanisms such as encryption that prevent the
preservation of content by a trusted repository.
This page last modified on 2022-01-08 05:02:57 UTC
|
The SQLite Zipfile Module
(zipfile.html)
1. Overview
... Does not support encryption.
Does not support ZIP archives that span multiple files.
Does not support zip64 extensions.
The only compression algorithm supported is
"deflate".
Some or all of these restrictions may be removed in the future.
|
Write-Ahead Logging
(wal.html)
10. Backwards Compatibility
... Thus, if an older version of SQLite attempts to connect to an SQLite
database that is operating in WAL mode, it will report an error along
the lines of "file is encrypted or is not a database".
One can explicitly ...
|
Database File Format
(fileformat.html)
1.3.4. Reserved bytes per page
... These extra bytes are
used, for example, by the SQLite Encryption Extension to store a nonce
and/or cryptographic checksum associated with each page. The
"reserved space" size in the 1-byte integer at offset 20 is the number
of ...
|
Page generated by FTS5 in about 5.94 ms.