Metadata-Version: 2.1
Name: pypi-sqlite-cipher
Version: 1.0.1
Summary: An feature extraction algorithm
Home-page: https://gitee.com/wxb_857_admin/pypi-sqlite-cipher.git
Author: XiaoBai
Author-email: wxok857@foxmail.com
License: MIT Licence
Keywords: pip,pypi_sqlite_cipher
Platform: any
Requires-Dist: pytz (==2021.1)

# pypi-sqlite-cipher

#### 介绍

该模块旨在实现 对sqlite数据库文件的整体加密/解密功能

模块名称：pysqlite_cipher

1. encryption_sqlite_file 对原始文件加密
2. decrypt_sqlite_file 对加密文件解密

* 具体参数参照函数内部注释！


