# ReadSQLCipher **Repository Path**: JhonSong/read-sqlcipher ## Basic Information - **Project Name**: ReadSQLCipher - **Description**: C#通过“sqlcipherbd.dll”读取SQLCipher数据库,动态库“sqlcipherbd.dll”是C/C++开发的,导出了API,支持C#、C、C++等语言的调用。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-05-09 - **Last Updated**: 2023-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 读取 SQLCipher 数据库 #### 介绍 一个小demo,使用C#演示SQLCipher 数据库的解析。 示例如下: ![](1.png) #### 参考链接 [https://gitee.com/passionyu/SqlCipher](https://gitee.com/passionyu/SqlCipher)