生成密码和解密密码的小工具。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
495 B

5 years ago
# 密码生成器
5 years ago
下载[1.0版本](https://git.fanruan.com/fanruan/password/releases)
5 years ago
5 years ago
直接双击password-1.0.jar文件即可打开
也可执行
5 years ago
```
java -jar password-1.0.jar
```
5 years ago
打开
5 years ago
可以选择10.0和9.0版本(9.0之前的版本都和9.0版本一样),做加密解密处理。
5 years ago
**注意:**长度大于40,如果输入文本长度大于40,我们认为是解密码操作,如果长度小于40我们则认为是加密操作。
如图所示
![demo](screenshots/demo.png)