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

Invalid password between databases on different platforms #55

Closed Catty82 closed 11 months ago

Catty82 commented 11 months ago

We have created Sqlite Cipher db and it works fine (Windows x64). When this database would open on other platform (Debian amd64), it getting password error and vise versa. Situation between win x64 and win x86 is incompatible too.

Catty82 commented 11 months ago

Solved by identical sources on platforms.

Catty82 commented 11 months ago

Solved