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
Datbases: created with Qt 5.9.9 32bit + QtCipherSqlitePlugin 1.2,
Cipher method: chacha20 , sqlcipher
Password length: 5
database created and encrypted using the following source codes:
QSqlDatabase dbconn = QSqlDatabase::addDatabase("SQLITECIPHER");
dbconn.setDatabaseName("test.db");
dbconn.setPassword("12345");
dbconn.setConnectOptions("QSQLITE_USE_CIPHER=sqlcipher");
//dbconn.setConnectOptions("QSQLITE_USE_CIPHER=chacha20");
``
`
The generated test.db can't be open in wxsqlite3 shell (version: 4.0.4, 4.1.0, 4.5.1) [https://github.com/utelle/wxsqlite3/releases](https://github.com/utelle/wxsqlite3/releases) .
The text was updated successfully, but these errors were encountered:
Tried QtCipherSqlitePlugin release/v1.3 to encrypt test.db, then opened test.db with wxsqlite3_shell 4.5.1, failed with "Error: file is not a database".
Cipher method: sqlcipher
OS: Windows 10
Qt: 5.9.9, MinGW 32-bit
Datbases: created with Qt 5.9.9 32bit + QtCipherSqlitePlugin 1.2,
Cipher method: chacha20 , sqlcipher
Password length: 5
database created and encrypted using the following source codes:
The text was updated successfully, but these errors were encountered: