Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
cforth committed Feb 23, 2018
1 parent 54003d8 commit c9bfcbd
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

###### E-mail:cforth@cfxyz.com

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

## 使用方法

Expand Down Expand Up @@ -52,3 +52,23 @@ ImgLook--图片查看器
python3 ImgLook.py
```
支持常见图片格式(包括GIF动图)的显示,并且支持读取使用CFCrypto加密过的图片。


RandomPassword--随机密码生成器
=====================

## 安装需要

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

## 使用方法

```bash
python3 RandomPassword.py
```
指定密码长度和复杂度,生成随机密码。

0 comments on commit c9bfcbd

Please sign in to comment.