Skip to content

devbean/QtCipherSqlitePlugin

Repository files navigation

QtCipherSqlitePlugin

A Qt plugin for cipher SQLite which is based on SQLite source and wxSQLite3 in wxWidget.

Qt is a full development framework with tools designed to streamline the creation of applications and user interfaces for desktop, embedded and mobile platforms. You could find more details at https://www.qt.io.

SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. You could find more details at http://www.sqlite.org/.

wxSQLite3 is a C++ wrapper around the public domain SQLite 3.x database and is specifically designed for use in programs based on the wxWidgets library. wxSQLite3 includes an optional extension for SQLite supporting key based database file encryption using 128 bit AES encryption. You could find more details at http://utelle.github.io/wxsqlite3. wxSQLite3 is released under wxWindows Library Licence.

You could find how to compile this plugin at http://qtciphersqliteplugin.galaxyworld.org.

Please read Wiki for more details.