diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2016-09-07 12:48:32 +0100 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2016-09-19 16:30:45 +0100 |
commit | 2ab66cd577d6d0ec3c44b14cc823e76ea5a4397c (patch) | |
tree | 83ba90f474b0dbb90706b0234b7ea442f1a46c0a /qapi/crypto.json | |
parent | acd0dfd0c252a06ec6f2146fea01b66b7bc68cfc (diff) |
crypto: increase default pbkdf2 time for luks to 2 seconds
cryptsetup recently increased the default pbkdf2 time to 2 seconds
to partially mitigate improvements in hardware performance wrt
brute-forcing the pbkdf algorithm. This updates QEMU defaults to
match.
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'qapi/crypto.json')
-rw-r--r-- | qapi/crypto.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/crypto.json b/qapi/crypto.json index 2b6118f660..6933b13bd0 100644 --- a/qapi/crypto.json +++ b/qapi/crypto.json @@ -187,7 +187,7 @@ # Currently defaults to 'sha256' # @iter-time: #optional number of milliseconds to spend in # PBKDF passphrase processing. Currently defaults -# to 1000. (since 2.8) +# to 2000. (since 2.8) # Since: 2.6 ## { 'struct': 'QCryptoBlockCreateOptionsLUKS', |