在我的 2 个 Linux 服务器中,我的/etc/grub.conf
.
服务器1:
password --encrypted $1$something$somevalue.
服务器2:
password --md5 $1$something$somevalue.
我的问题是它们是一样的吗?--encrypted
和的用法有什么区别吗--md5
?
在我的 2 个 Linux 服务器中,我的/etc/grub.conf
.
服务器1:
password --encrypted $1$something$somevalue.
服务器2:
password --md5 $1$something$somevalue.
我的问题是它们是一样的吗?--encrypted
和的用法有什么区别吗--md5
?