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

10 lines
228 B

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