diff options
| author | 2021-12-17 07:06:30 -0500 | |
|---|---|---|
| committer | 2021-12-17 07:06:30 -0500 | |
| commit | 1fdc150116cad39aae5c5da407c3312b47a59e3a (patch) | |
| tree | 123c79a4d7ad2d45781ba03ce939f7539fb428d8 /Plugins/DbSqliteCipher/dbsqlitecipher.h | |
| parent | feda8a7db8d1d7c5439aa8f8feef7cc0dd2b59a0 (diff) | |
New upstream version 3.3.3+dfsg1.upstream/3.3.3+dfsg1
Diffstat (limited to 'Plugins/DbSqliteCipher/dbsqlitecipher.h')
| -rw-r--r-- | Plugins/DbSqliteCipher/dbsqlitecipher.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Plugins/DbSqliteCipher/dbsqlitecipher.h b/Plugins/DbSqliteCipher/dbsqlitecipher.h index 903acce..97ddddd 100644 --- a/Plugins/DbSqliteCipher/dbsqlitecipher.h +++ b/Plugins/DbSqliteCipher/dbsqlitecipher.h @@ -20,13 +20,7 @@ class DBSQLITECIPHERSHARED_EXPORT DbSqliteCipher : public GenericPlugin, public void deinit(); static_char* PASSWORD_OPT = "password"; - static_char* CIPHER_OPT = "cipher"; - static_char* KDF_ITER_OPT = "kdf_iter"; - static_char* CIPHER_PAGE_SIZE_OPT = "cipher_page_size"; - static_char* CIPHER_1_1_OPT = "cipher_1.1_compatibility"; - static const int DEF_CIPHER_PAGE_SIZE = 1024; - static const int DEF_KDF_ITER = 64000; - static_char* DEF_CIPHER = "aes-256-cbc"; + static_char* PRAGMAS_OPT = "pragmas"; protected: Db *newInstance(const QString &name, const QString &path, const QHash<QString, QVariant> &options); |
