Skip to content

GeekCompanys/CryptoApp

 
 

Repository files navigation

CryptoApp 简介

一个简单的加密解密工具箱GUI程序,使用Python3实现。包含以下几个小工具,可通过选项菜单进行切换。

使用方法

python3 CryptoApp.pyw

Cryptor--加密解密器

安装需要

  • Python
    • Python3
    • pycryptodome 3.4.6+
  • Windows(32位/64位)
    • Windows XP及以上
  • Linux
    • python3-tk

使用方法

python3 Cryptor.py

支持加密字符串、文件、文件夹,可以预览加密或解密后的文件名称。

ImgLook--图片查看器

安装需要

  • Python
    • Python 3.6
    • pycryptodome 3.4.6+
    • chardet 3.0.4
    • Pillow 5.0.0
  • Windows(32位/64位)
    • Windows XP及以上
  • Linux
    • python3-tk

使用方法

python3 ImgLook.py

支持常见图片格式(包括GIF动图)的显示,并且支持读取使用CFCrypto加密过的图片。

RandomPassword--随机密码生成器

安装需要

  • Python
    • Python 3.6
  • Windows(32位/64位)
    • Windows XP及以上
  • Linux
    • python3-tk

使用方法

python3 RandomPassword.py

指定密码长度和复杂度,生成随机密码。

FileSplit--文件分割合并器

安装需要

  • Python
    • Python 3.6
  • Windows(32位/64位)
    • Windows XP及以上
  • Linux
    • python3-tk

使用方法

python3 FileSplit.py

文件分割和合并。

MD5Generate--文件MD5值生成器

使用方法

python3 MD5Generate.py

生成文件的MD5校验值。

About

简单的加密解密GUI程序,使用Python3+Tkinter实现。

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%