# sqlite-cipher-viewer **Repository Path**: slcode/sqlite-cipher-viewer ## Basic Information - **Project Name**: sqlite-cipher-viewer - **Description**: 基于sqlite cipher的内容查看应用 - **Primary Language**: C++ - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-07-26 - **Last Updated**: 2024-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sqlite-cipher-viewer #### 介绍 基于sqlite cipher的内容查看应用 由于加密sqlite加密在很多场景下使用,但是查看却很不方便,故此项目为一个简单的sqlite加密数据库查看器 #### 使用方法 0. 编译后,需要把插件拷贝到自己所在sql目录下,如:`/xxx/Qt5.12.9/5.12.9/clang_64/plugins/sql`下 1. 打开软件,在菜单栏选择【Open】选择数据库,输入密码打开 2. 左下角为点击表,自动查询 #### 未实现部分 1. 修改某个数据项 2. 查询语句 #### 附录 感谢来自https://github.com/devbean/QtCipherSqlitePlugin.git [查看](README-origin.md)