Linux Commands Examples

A great documentation place for Linux commands

grub-mkpasswd-pbkdf2

generate hashed password for GRUB


see also : grub-mkconfig

Synopsis

grub-mkpasswd-pbkdf2 [OPTION...] [OPTIONS]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
/bin/su \
/sbin/sulogin \
/usr/bin/chfn \
/usr/bin/chsh \
/usr/bin/grub-mkpasswd-pbkdf2 \
/usr/bin/newgrp \

description

Generate PBKDF2 password hash.
-c
, --iteration-count=NUM

Number of PBKDF2 iterations

-l, --buflen=NUM

Length of generated hash

-s, --salt=NUM

Length of salt

-?, --help

give this help list

--usage

give a short usage message

-V, --version

print program version

Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.

reporting bugs

Report bugs to <bug-grub[:at:]gnu[:dot:]org>.


see also

grub-mkconfig

The full documentation for grub-mkpasswd-pbkdf2 is maintained as a Texinfo manual. If the info and grub-mkpasswd-pbkdf2 programs are properly installed at your site, the command

info grub-mkpasswd-pbkdf2

should give you access to the complete manual.

How can this site be more helpful to YOU ?


give  feedback