Advertisement
Guest User

Untitled

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