1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 16:15:23 +02:00
tldr/pages/linux/grub2-mkpasswd-pbkdf2.md

9 lines
325 B
Markdown
Raw Normal View History

# grub2-mkpasswd-pbkdf2
> Generate a hashed password for GRUB.
> More information: <https://manned.org/grub2-mkpasswd-pbkdf2>.
- 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}}`