Skip to content

A Qt plugin for SQLite encryption for use in the TaskGuard project (Qt 6.8.0, sqlite3mc 1.9.0)

License

Notifications You must be signed in to change notification settings

mxrcode/QtCipherSqlitePlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QtCipherSqlitePlugin (Support Qt 6.8)

A Qt plugin for SQLite encryption for use in the TaskGuard project (Qt 6.8.0, sqlite3mc 1.9.0)

Based on the SQLite source and wxSQLite3 in wxWidget.

Qt is a complete development framework with tools designed to streamline the creation of applications and user interfaces for desktop, embedded and mobile platforms. More details can be found 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 used SQL database engine in the world. The SQLite source code is in the public domain. More details can be found 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 applications based on the wxWidgets library. wxSQLite3 includes an optional extension to SQLite that supports key-based encryption of database files using 128-bit AES encryption. More details can be found at http://utelle.github.io/wxsqlite3. wxSQLite3 is released under the wxWindows Library Licence.

Please see the Wiki for more details.

License

QtCipherSqlitePlugin is released under the GNU Lesser General Public License (LGPL-2.1), which means it is free and open-source software that you can use, modify, and distribute. Please refer to the LICENSE file for more details.

Acknowledgments

This project is based on code from the QtCipherSqlitePlugin repository by devbean, originally licensed under the LGPL-2.1. Modifications have been made to adapt the code for our specific use cases.

About

A Qt plugin for SQLite encryption for use in the TaskGuard project (Qt 6.8.0, sqlite3mc 1.9.0)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 4

  •  
  •  
  •  
  •  

Languages