grub2-mkpasswd-pbkdf2
Generate hashed password for GRUB2.[1]
Documentation
- man 1 'grub2-mkpasswd-pbkdf2'
Syntax
grub2-mkpasswd-pbkdf2 [PARAMETER ...]
Parameters
- -c NUMBER, --iteration-count=NUMBER
- NUMBER of PBKDF2 iterations
- -l LENGTH, --buflen=LENGTH
- LENGTH of generated hash
- -s LENGTH, --salt=LENGTH
- LENGTH of salt
Examples
- Hash a password for the usage in GRUB2
grub2-mkpasswd-pbkdf2
References
- ↑ man 1 'grub2-mkpasswd-pbkdf2'