Change from argon2i to argon2id

Closes #269
This commit is contained in:
Dylan M. Taylor 2021-04-11 20:38:24 -04:00 committed by GitHub
parent 28d2743d71
commit 49ca264790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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),