生成密码和解密密码的小工具。
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.

15 lines
298 B

5 years ago
# 密码生成器
5 years ago
进入release目录
5 years ago
直接双击password-1.0.jar文件即可打开
也可执行
5 years ago
```
java -jar password-1.0.jar
```
5 years ago
打开
5 years ago
**注意:**长度大于40,如果输入文本长度大于40,我们认为是解密码操作,如果长度小于40我们则认为是加密操作。