devbean / QtCipherSqlitePlugin

A Qt plugin for cipher SQLite.
http://qtciphersqliteplugin.galaxyworld.org
GNU Lesser General Public License v2.1
392 stars 159 forks source link

Db file encrypted by QtCipherSqlitePlugin v1.2 can't be opened by QtCipherSqlitePlugin v1.3 #50

Open trigchen opened 1 year ago

trigchen commented 1 year ago

in v1.2, the dll was built with option CODEC_TYPE=CODEC_TYPE_SQLCIPHER, in v1.3, I set the same option and built the v1.3 dll. But I can't open the db encrypted by v1.2 with v1.3 dll. Please check it. Thanks a lot.

trigchen commented 1 year ago

Environment: Qt 6.2.4, MinGW 11.2.0 64-bit.