Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-04-11 20:38:24 -0400
committerGitHub <noreply@github.com>2021-04-11 20:38:24 -0400
commit49ca26479095117f202bd7a3f95e8b93da02760e (patch)
treea8d624886ec7527c9928fe71e16999a5eb1db513 /archinstall
parent28d2743d71baba12ef28d0588efa7b06eb10c035 (diff)
Change from argon2i to argon2id
Closes #269
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/luks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/luks.py b/archinstall/lib/luks.py
index ca077b3d..894be1c8 100644
--- a/archinstall/lib/luks.py
+++ b/archinstall/lib/luks.py
@@ -70,7 +70,7 @@ class luks2():
'--batch-mode',
'--verbose',
'--type', 'luks2',
- '--pbkdf', 'argon2i',
+ '--pbkdf', 'argon2id',
'--hash', hash_type,
'--key-size', str(key_size),
'--iter-time', str(iter_time),