GRUB2 Password Generate - Create PBKDF2 Hash | Online Free DevTools by Hexmos
Generate a GRUB2 password hash with grub2-mkpasswd-pbkdf2. Secure your bootloader with PBKDF2 hashing for robust password protection. This command-line tool simplifies password management. Free online tool, no registration required.
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}}