X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=FAQ;h=679612785bf7a5ea1ac314f634f5f8b10792c36a;hb=f64064fe71363a14ab0c62359e451f9cdc39dc50;hp=f1068ff26de5887319c6796e56cf2ca9ce337ea4;hpb=0451e1c23a556fd7bee67b5646f77d8c08a069dd;p=platform%2Fupstream%2Fcryptsetup.git diff --git a/FAQ b/FAQ index f1068ff..6796127 100644 --- a/FAQ +++ b/FAQ @@ -509,6 +509,22 @@ A. Contributors for that. + * 2.14 How do I Benchmark the Ciphers, Hashes and Modes? + + Since version 1.60 cryptsetup supports the "benchmark" command. + Simply run as root: + + cryptsetup benchmark + + It will output first iterations/second for the key-derivation + function PBKDF2 parameterized with different hash-functions, and + then the raw encryption speed of ciphers with different modes and + key-sizes. You can get more than the default benchmarks, see the + man-page for the relevant parameters. Note that XTS mode takes two + keys, hence the listed key sizes are double that for other modes + and half of it is the cipher key, the other half is the XTS key. + + 3. Common Problems