Advertisement
artyom_h31

Untitled

Jul 30th, 2018
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. artyom@rock64:~$ cryptsetup benchmark
  2. # Tests are approximate using memory only (no storage IO).
  3. PBKDF2-sha1 288070 iterations per second for 256-bit key
  4. PBKDF2-sha256 509017 iterations per second for 256-bit key
  5. PBKDF2-sha512 206088 iterations per second for 256-bit key
  6. PBKDF2-ripemd160 164250 iterations per second for 256-bit key
  7. PBKDF2-whirlpool 71624 iterations per second for 256-bit key
  8. argon2i 4 iterations, 285428 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
  9. argon2id 4 iterations, 285217 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
  10. # Algorithm | Key | Encryption | Decryption
  11. aes-cbc 128b 334,9 MiB/s 410,2 MiB/s
  12. serpent-cbc 128b N/A N/A
  13. twofish-cbc 128b 29,5 MiB/s 30,3 MiB/s
  14. aes-cbc 256b 289,5 MiB/s 376,2 MiB/s
  15. serpent-cbc 256b N/A N/A
  16. twofish-cbc 256b 29,7 MiB/s 30,5 MiB/s
  17. aes-xts 256b 376,2 MiB/s 374,8 MiB/s
  18. serpent-xts 256b N/A N/A
  19. twofish-xts 256b N/A N/A
  20. aes-xts 512b 348,4 MiB/s 346,6 MiB/s
  21. serpent-xts 512b N/A N/A
  22. twofish-xts 512b N/A N/A
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement