From ea43d66b56e6f939591187a10c29d7f82cb06f2b Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 21 Feb 2025 02:11:31 +0000 Subject: [PATCH] update docs/en/docs/SecHarden/authentication-and-authorization.md. Signed-off-by: zzz --- docs/en/docs/SecHarden/authentication-and-authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/SecHarden/authentication-and-authorization.md b/docs/en/docs/SecHarden/authentication-and-authorization.md index 256b71330..f299b20fb 100644 --- a/docs/en/docs/SecHarden/authentication-and-authorization.md +++ b/docs/en/docs/SecHarden/authentication-and-authorization.md @@ -106,7 +106,7 @@ When starting the system, you can modify the startup parameters of the system on 1. Run the **grub2-mkpasswd-pbkdf2** command to generate an encrypted password. >![](public_sys-resources/icon-note.gif) **NOTE:** - >SHA-512 is used as the GRUB2 encryption algorithm. + >GRUB2 encryption algorithm uses PBKDF2。 ```shell $ grub2-mkpasswd-pbkdf2 -- Gitee