# pypi-sqlite-cipher **Repository Path**: wxb_857_admin/pypi-sqlite-cipher ## Basic Information - **Project Name**: pypi-sqlite-cipher - **Description**: pypi-sqlite-cipher 旨在实现sqlite数据库文件的整体加密/解密 实战项目中确保app数据的保护,防止数据泄露。 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-03-23 - **Last Updated**: 2023-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pypi-sqlite-cipher #### 介绍 该模块旨在实现 对sqlite数据库文件的整体加密/解密功能 模块名称:pysqlite_cipher 1. encryption_sqlite_file 对原始文件加密 2. decrypt_sqlite_file 对加密文件解密 * 具体参数参照函数内部注释!