Merge pull request #285 from dylanmtaylor/patch-4

Change from argon2i to argon2id
This commit is contained in:
Anton Hvornum 2021-04-20 12:18:32 +00:00 committed by GitHub
commit a0552fe8cb
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),