# sqlite3mc_interop **Repository Path**: Xhutu/sqlite3mc_interop ## Basic Information - **Project Name**: sqlite3mc_interop - **Description**: sqlite.interop 使用 sqlite3mc版本 copy from https://gitee.com/mirrors_utelle/SQLite3MultipleCiphers?_from=gitee_search - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-26 - **Last Updated**: 2022-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sqlite3mc_interop #### 介绍 sqlite.interop 使用 sqlite3mc版本 https://gitee.com/mirrors_utelle/SQLite3MultipleCiphers?_from=gitee_search 本库是为了dotcore 使用带加密的sqlite,基于SQLite3MultipleCiphers 增加interop,可供System.Data.SQLite.dll 调用 vs2017 \ linux 编译使用正常 加密类型包含 RC4,AES128,AES256,CHACHA20,SQLCIPHER 默认加密设置为RC4 vs 设置位置 sqlite3mc_interop\codes\build\wx_setup.props #linux build #Linux / OSX #When building on Linux or OSX, the first setup is to recreate the configure script doing: install autoconf apt-get install -y autoconf #执行 autoreconf #Thereafter you should create a build directory #继续执行 mkdir build-gtk [or any other suitable name] cd build-gtk ../configure --enable_codec=rc4 # aes128 aes256 chacha20 sqlcipher rc4 # linux rc4编译有误 make Type ../configure --help for more info. The autoconf-based system also supports a make install target which builds the library and then copies the headers of the component to /usr/local/include and the lib to /usr/local/lib. #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)