I use systemd-cryptenroll for TPM–based automatic unlock. I’m sure doing so is a bad idea for many reasons, but regardless, I noticed the LUKS keyslot that systemd-cryptenroll creates is hardcoded to pbkdf2.
Indeed, looking at the source, it appears this decision was made because the author “found the Wikipedia entry relevant”:
systemd-cryptenroll
I use
systemd-cryptenroll
for TPM–based automatic unlock. I’m sure doing so is a bad idea for many reasons, but regardless, I noticed the LUKS keyslot thatsystemd-cryptenroll
creates is hardcoded topbkdf2
.Indeed, looking at the source, it appears this decision was made because the author “found the Wikipedia entry relevant”: