Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- lazar@lethe:~$ cryptsetup benchmark
- # Tests are approximate using memory only (no storage IO).
- PBKDF2-sha1 1493698 iterations per second for 256-bit key
- PBKDF2-sha256 2004925 iterations per second for 256-bit key
- PBKDF2-sha512 1460412 iterations per second for 256-bit key
- PBKDF2-ripemd160 845625 iterations per second for 256-bit key
- PBKDF2-whirlpool 657826 iterations per second for 256-bit key
- argon2i 8 iterations, 1048576 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
- argon2id 8 iterations, 1048576 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
- # Algorithm | Key | Encryption | Decryption
- aes-cbc 128b 1162,2 MiB/s 3190,4 MiB/s
- serpent-cbc 128b 101,8 MiB/s 758,5 MiB/s
- twofish-cbc 128b 232,7 MiB/s 404,3 MiB/s
- aes-cbc 256b 887,1 MiB/s 2635,6 MiB/s
- serpent-cbc 256b 102,1 MiB/s 755,3 MiB/s
- twofish-cbc 256b 232,3 MiB/s 403,9 MiB/s
- aes-xts 256b 3025,2 MiB/s 3080,8 MiB/s
- serpent-xts 256b 630,7 MiB/s 636,8 MiB/s
- twofish-xts 256b 367,4 MiB/s 367,9 MiB/s
- aes-xts 512b 2645,1 MiB/s 2647,0 MiB/s
- serpent-xts 512b 632,5 MiB/s 636,4 MiB/s
- twofish-xts 512b 367,3 MiB/s 367,8 MiB/s
- lazar@lethe:~$ cat /proc/cpuinfo | grep 'model name' | head -n1
- model name : Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz
- lazar@lethe:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement