# QtCipherSqlitePlugin **Repository Path**: itxz-repository/qtciphersqliteplugin ## Basic Information - **Project Name**: QtCipherSqlitePlugin - **Description**: QT第三方库搬运系列:QtCipherSqlitePlugin(V1.3),QT Sqlite数据库加密插件。 详细请移步:https://github.com/devbean/QtCipherSqlitePlugin 固化版本,保证自己开发的应用不会因组件升级导致应用需要升级。 - **Primary Language**: C++ - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 0 - **Created**: 2024-06-14 - **Last Updated**: 2025-06-11 ## Categories & Tags **Categories**: database-dev **Tags**: None ## README # 搬运说明 下面内容为官方README内容,本仓库仅保存了源码部分,没有导入其它内容,需要更多信息,请移步:https://github.com/devbean/QtCipherSqlitePlugin ==================== 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](https://github.com/devbean/QtCipherSqlitePlugin/wiki) for more details.