calamares/src/modules/luksbootkeyfile/luksbootkeyfile.conf

15 lines
475 B
Plaintext
Raw Normal View History

2023-05-31 14:42:18 +02:00
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Luksbootkeyfile configuration. A key file is created for the
# LUKS encrypted devices.
---
# Set Password-Based Key Derivation Function (PBKDF) algorithm
2023-05-31 18:23:00 +02:00
# for LUKS keyslot.
#
# There are three usable specific values: pbkdf2, argon2i or argon2id.
# There is one value equivalent to not setting it: default
2023-05-31 18:23:00 +02:00
#
# When not set (or explicitly set to "default"), the cryptsetup default is used
luks2Hash: default