Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-20 12:18:32 +0000
committerGitHub <noreply@github.com>2021-04-20 12:18:32 +0000
commita0552fe8cb970cc6613d232264794672ff05913d (patch)
tree8d070097c36dac9d783de374f1ae31c05fa8edf3 /archinstall
parentee1464aeafdf082258d373f059deff1373dc6814 (diff)
parente18b6d83d7c0c05cdc4e12a461a356e8a330c195 (diff)
Merge pull request #285 from dylanmtaylor/patch-4
Change from argon2i to argon2id
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),