No project description provided
Project description
本项目目标
- 使用python实现一个私钥备份整体文件
备份文件夹的流程
- 压缩文件夹为文件
- sha256(src.zip) --> src.zip.hash
- gen_key ==> tmp.key
- des(src.zip) --> src.zip.enc
- des(src.zip.hash) --> src.zip.hash.enc
- jm(tmp.key) --> tmp.key.
usage
支持配置项
- 环境变量
- 配置文件
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.