Giter Site home page Giter Site logo

encryptiondecryptiontool's Introduction

使用文档

工具 GUI 界面

这是图片

这是图片

工具使用说明

  1. 密钥会随机生成 也可以自定义 (在CBC加密模式中,会有一个全局随机的IV值辅助加密,也可以自定义)
  2. 输入需要加密的明文 -> 点击加密按钮在结果的窗口可得到加密的明文
  3. 输入已经加密的密文 -> 点击解密按钮在结果的窗口可得到解密的明文
  4. 记得保存密钥

使用工具

Mac OS: git clone 本仓库 pip install -r requirements.txt python AppGui.py

Linux: git clone 本仓库 pip install -r requirements.txt python AppGui.py

Windows:

下载exe可执行文件

构建打包文件

git clone 本仓库

pip install -r requirements.txt

pip install pyinstaller

pyinstall -F -w AppGui.py

encryptiondecryptiontool's People

Contributors

zh3389 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.