# node-sqlcipher-builder **Repository Path**: cherisIcon/node-sqlcipher-builder ## Basic Information - **Project Name**: node-sqlcipher-builder - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-07-04 - **Last Updated**: 2022-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-sqlcipher-builder RCE PC 客户端所依赖加密数据库构建脚本 # 构建方法 1. 安装依赖包: `npm install` 2. 安装指定版本 Electron: `npm install electron@xxxx -E` 3. 重新编译: `npm run rebuild --napi_build_version=3` 或者 `npm install @journeyapps/sqlcipher` 4. 编译完成后,加密 sqlcihper 库在 `node_modules/@journeyapps/sqlcipher/lib/binding` 目录 npm install @journeyapps/sqlcipher --module_name=node_sqlite3 --module_path=./lib/binding/napi-v{napi_build_version}-{platform}-{arch} # 直接下载已构建版本 * https://journeyapps-node-binary.s3.amazonaws.com/@journeyapps/sqlcipher/v4.0.0/electron-v5.0-darwin-x64.tar.gz * https://journeyapps-node-binary.s3.amazonaws.com/@journeyapps/sqlcipher/v4.0.0/electron-v5.0-linux-x64.tar.gz * https://journeyapps-node-binary.s3.amazonaws.com/@journeyapps/sqlcipher/v4.0.0/electron-v5.0-win32-ia32.tar.gz