[RucLinuxhttps://bbs.deepin.org/user/72751 ~]$ sh Shell/Password.sh -h
Chain password automatic generation tool
-r This is a randomly generated key option
-c This is the password generation key option
-h This is the documentation
[RucLinux@localhost ~]$
[RucLinux@localhost ~]$ sh Shell/Password.sh -r
jBG93Z-PPfXoG-szYCmv-rW6jwy-Yhkj9r-iTdAL4
[RucLinux@localhost ~]$
[RucLinux@localhost ~]$ sh Shell/Password.sh -r
0{}rrb-9oZ57J-9zEDGX-OQ1nnf-Cm1hj4-yP2FPZ
[RucLinux@localhost ~]$
[RucLinux@localhost ~]$ sh Shell/Password.sh -c https://bbs.deepin.org
NDdhM2-ODkyZG-E4Mzc2-ZGQzMj-BlNWRh-Y2JmYT
[RucLinux@localhost ~]$
[RucLinux@localhost ~]$ sh Shell/Password.sh -c deepin
YTUxNz-Y2M4NT-IzZDMw-NWI5OD-hlNzA5-YTk1Mz
[RucLinux@localhost ~]$
像我们的windows的激活码,卡巴斯基等软件key钥匙密码一样,都是一串几组的大小写字母加上数字组成的链式密码。在这里我们也可以使用Shell脚本来生成,这是我很早以前写的一个脚本,可以一键生成一组链式密码,有两个参数,一个是随机,一个是将指定文本进行两次加密并截取一段。