parent
28d2743d71
commit
49ca264790
|
|
@ -70,7 +70,7 @@ class luks2():
|
||||||
'--batch-mode',
|
'--batch-mode',
|
||||||
'--verbose',
|
'--verbose',
|
||||||
'--type', 'luks2',
|
'--type', 'luks2',
|
||||||
'--pbkdf', 'argon2i',
|
'--pbkdf', 'argon2id',
|
||||||
'--hash', hash_type,
|
'--hash', hash_type,
|
||||||
'--key-size', str(key_size),
|
'--key-size', str(key_size),
|
||||||
'--iter-time', str(iter_time),
|
'--iter-time', str(iter_time),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue