From 4241c2d3b0364e77a894d41a0ee96f2985148d13 Mon Sep 17 00:00:00 2001 From: Ankush More <33928857+ankushitguy@users.noreply.github.com> Date: Tue, 17 Dec 2024 00:35:49 +0530 Subject: [PATCH] grub2-mkpasswd-pbkdf2: add page (#15027) Co-authored-by: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/grub2-mkpasswd-pbkdf2.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/linux/grub2-mkpasswd-pbkdf2.md diff --git a/pages/linux/grub2-mkpasswd-pbkdf2.md b/pages/linux/grub2-mkpasswd-pbkdf2.md new file mode 100644 index 000000000..dc556d2e9 --- /dev/null +++ b/pages/linux/grub2-mkpasswd-pbkdf2.md @@ -0,0 +1,8 @@ +# grub2-mkpasswd-pbkdf2 + +> Generate a hashed password for GRUB. +> More information: . + +- Create a password hash for GRUB 2 using PBKDF2 and print it to `stdout`: + +`sudo grub2-mkpasswd-pbkdf2 {{-c|--iteration-count}} {{number_of_pbkdf2_iterations}} {{-s|--salt}} {{salt_length}}`