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

298 B

密码生成器

进入release目录

直接双击password-1.0.jar文件即可打开

也可执行

java -jar password-1.0.jar

打开

**注意:**长度大于40,如果输入文本长度大于40,我们认为是解密码操作,如果长度小于40我们则认为是加密操作。