SupIQ

Results 2 comments of SupIQ

By using your suggestion, I am now able to open a database encrypted with DB browser, so thanks for that. However, the inverse process does not work: if I encrypt...

This is the code I have written for encrypting an **already existing unencrypted database** named localDB.db with your plugin: ``` #include #include #include #include #include #ifdef Q_OS_IOS #include Q_IMPORT_PLUGIN(SqliteCipherDriverPlugin) #endif...