# 数据加密 **Repository Path**: myrensheng/encryption ## Basic Information - **Project Name**: 数据加密 - **Description**: 加密Excel中的数据、加密输入的字符串; 加密算法有:md5、sha1、sha224、sha256、sha512; - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/myrensheng - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2021-09-30 - **Last Updated**: 2024-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: 工具, 公众号 ## README ## 微信公众号《帅帅的Python》 >1、小凡学习Python的故事 > >2、用Python开发实用的开源工具 > > 3、关注微信公众号,回复 《**数据加密**》即可获取 app.exe 下载地址。 ![sspython](./static/code.png) ## 简介📖 这个项目是为了解决Excel文件数据在传输需要加密的问题,只需要鼠标点击即可完成复杂的加密算法,使用起来非常方便,受到使用者的一直好评。 **界面如下:** ![](./static/app.png) ## 特性🎊 - 交互式的UI操作界面 - 丰富多样的加密算法 - 支持Excel文件加密,以及单独内容加密 ## 使用🪁 #### 第一种:exe双击运行 打包命令: ```python pyinstaller -F -w -i sspython.ico --add-data="static;static" --add-data="templates;templates" app.py ``` > 下载 app.exe 双击即可使用【仅支持window系统】 #### 第二种:python运行 ```python # 安装所需的库 pip install -r requirements.txt # 运行 app.py 即可 python app.py ``` ## 捐赠❤ 开发和维护该项目花费了我巨大的心力,如果你觉得项目能帮到你,请认真考虑请作者喝一杯茶。 | 微信二维码🧧 | 支付宝二维码🧧 | | :--------------------------------: | :------------------------------------: | | ![微信二维码](./static/weixin.png) | ![支付宝二维码](./static/zhifubao.jpg) |