1GRUB-MKPASSWD-PBKDF2(3) Library Functions Manual GRUB-MKPASSWD-PBKDF2(3)
2
3
4
6 grub-mkpasswd-pbkdf2 — Generate a PBKDF2 password hash.
7
8
10 grub-mkpasswd-pbkdf2 [-c | --iteration-count=NUM] [-l | --buflen=NUM]
11 [-s | --salt=NUM]
12
13
15 grub-mkpasswd-pbkdf2 generates a PBKDF2 password string suitable for
16 use in a GRUB configuration file.
17
18
20 --iteration-count=NUM
21 Number of PBKDF2 iterations.
22
23
24 --buflen=NUM
25 Length of generated hash.
26
27
28 --salt=NUM
29 Length of salt to use.
30
31
33 info grub
34
35
36
37 Wed Feb 26 2014 GRUB-MKPASSWD-PBKDF2(3)