Guest User

Untitled

a guest
Jan 16th, 2023
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. # Tests are approximate using memory only (no storage IO).
  2. PBKDF2-sha1 1418912 iterations per second for 256-bit key
  3. PBKDF2-sha256 1885928 iterations per second for 256-bit key
  4. PBKDF2-sha512 1385173 iterations per second for 256-bit key
  5. PBKDF2-ripemd160 805357 iterations per second for 256-bit key
  6. PBKDF2-whirlpool 639375 iterations per second for 256-bit key
  7. argon2i 6 iterations, 1048576 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
  8. argon2id 6 iterations, 1048576 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
  9. # Algorithm | Key | Encryption | Decryption
  10. aes-cbc 128b 1100.9 MiB/s 3021.2 MiB/s
  11. serpent-cbc 128b 97.6 MiB/s 730.3 MiB/s
  12. twofish-cbc 128b 221.4 MiB/s 401.2 MiB/s
  13. aes-cbc 256b 855.9 MiB/s 2515.3 MiB/s
  14. serpent-cbc 256b 100.3 MiB/s 742.5 MiB/s
  15. twofish-cbc 256b 225.6 MiB/s 401.5 MiB/s
  16. aes-xts 256b 2942.5 MiB/s 2979.2 MiB/s
  17. serpent-xts 256b 619.2 MiB/s 631.8 MiB/s
  18. twofish-xts 256b 361.7 MiB/s 366.7 MiB/s
  19. aes-xts 512b 2570.2 MiB/s 2564.8 MiB/s
  20. serpent-xts 512b 628.2 MiB/s 632.3 MiB/s
  21. twofish-xts 512b 365.4 MiB/s 365.5 MiB/s
  22.  
Advertisement
Add Comment
Please, Sign In to add comment