mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 16:01:58 +00:00
Update cheatsheets
This commit is contained in:
13
tldr/linux/grub2-mkpasswd-pbkdf2
Normal file
13
tldr/linux/grub2-mkpasswd-pbkdf2
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user