openssl passwd -1 >mypasswd.txt
Password:
Verifying - Password:
vi a.txt
####add root
root:$1$F****************************
:wq
chpasswd --encrypted <mypasswd.txt
####Your password already ok!
windows 的工具可以到
下载
本文介绍了如何使用openssl和chpasswd命令来生成加密密码,并将其应用于Windows系统的密码管理中,包括生成加密密码的过程、验证密码以及如何将密码应用到Windows系统中,以确保系统的安全性。
openssl passwd -1 >mypasswd.txt
Password:
Verifying - Password:
vi a.txt
####add root
root:$1$F****************************
:wq
chpasswd --encrypted <mypasswd.txt
####Your password already ok!
windows 的工具可以到
下载
1万+
1万+

被折叠的 条评论
为什么被折叠?