1 Star 2 Fork 1

oubayun / File-encryption-and-decryption-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

加解密工具简单原理说明

此加解密工具采用类比特币勒索病毒基础工作原理制作,采用RSA非对称加密算法,公钥加密,私钥解密。

功能说明

  • 支持跨平台(MacOS、Windows、Deepin Linux v20)。
  • 采用RSA非对称加密算法。
  • 只能够对单个文件进行加密,暂不支持多文件批量加密。
  • 支持加密各种类型的文件,包括(.doc,.docx,.txt,.png,.jpg ...)。

功能演示

这里采用MacOS客户端进行演示

生成公私密钥

加密hello.txt文件

解密hello.txt文件

加密图片文件

它不仅仅可以加密.txt文件,其它任何类型的文件都可以进行加密,下面我们加密一个图片文件。

Deepin Linux v20 Beta安装方法

sudo tar -zxvf file_en_decryption.tar.gz
sudo mv file_en_decryption /opt/
sudo cp /opt/file_en_decryption/file_en_decryption.desktop /usr/share/applications/

#Key存放目录
/home/username
MIT License Copyright (c) 2020 oubayun Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

这是一个基于Python3.8.2+PyQt5 5.14.2开发的跨平台(MacOS、Windows、Linux)的简单文件加解密工具。采用RSA非对称加密算法,使用公钥加密私钥解密。 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/oubayun/File-encryption-and-decryption-tools.git
git@gitee.com:oubayun/File-encryption-and-decryption-tools.git
oubayun
File-encryption-and-decryption-tools
File-encryption-and-decryption-tools
master

搜索帮助