diff options
author | wagner <wagner@tansi.org> | 2013-02-01 05:35:36 +0100 |
---|---|---|
committer | wagner <wagner@tansi.org> | 2013-02-01 05:35:36 +0100 |
commit | 5b8f762ab265a004f45cc07d14787a63d6f0305c (patch) | |
tree | d6040efcf821e6375dcae77a456bd4211347aa4b | |
parent | 72db6e4de2c9ef0a384d97fd71d7e95d9988c345 (diff) | |
download | cryptsetup-5b8f762ab265a004f45cc07d14787a63d6f0305c.tar.gz cryptsetup-5b8f762ab265a004f45cc07d14787a63d6f0305c.tar.bz2 cryptsetup-5b8f762ab265a004f45cc07d14787a63d6f0305c.zip |
sync with wiki
-rw-r--r-- | FAQ | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |