lcp / mokutil

The utility to manipulate machine owner keys
GNU General Public License v3.0
60 stars 37 forks source link

Please add support for yescrypt #47

Open dleidert opened 2 years ago

dleidert commented 2 years ago

It seems that pam changed the default hashing algorithm to yescrypt, so the --root-pw switch doesn't work on systems using these new defaults (e.g. Debian Bullseye and probably Fedora). It would be nice if you could add support for yescrypt.

lcp commented 2 years ago

It shouldn't be hard to add yescrypt to mokutil. However, shim also needs to support yescrypt. This may take some time.