摘要: CentOS7 利用Python程序生成sha512加密密码: [root@localhost ~]# python -c 'import crypt,getpass;pw="zxcvbnm";print(crypt.crypt(pw))' $6$QCipUn09yISB2Vt1$fq2Tad0xc 阅读全文
posted @ 2021-10-18 22:08 咚咚小孩 阅读(194) 评论(0) 推荐(0)