Merge pull request #285 from dylanmtaylor/patch-4
Change from argon2i to argon2id
This commit is contained in:
commit
a0552fe8cb
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue