Guest User

Untitled

a guest
Jan 16th, 2023
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.64 KB | None | 0 0
  1. lazar@lethe ~                                                                                                                                                                                                                     [12:01:52]
  2. (mongoose) > $ cryptsetup benchmark                                                                                                                                                                                               ⬡ 16.19.0
  3. # Tests are approximate using memory only (no storage IO).
  4. PBKDF2-sha1      2888639 iterations per second for 256-bit key
  5. PBKDF2-sha256    5302533 iterations per second for 256-bit key
  6. PBKDF2-sha512    2228641 iterations per second for 256-bit key
  7. PBKDF2-ripemd160 1174217 iterations per second for 256-bit key
  8. PBKDF2-whirlpool 1048576 iterations per second for 256-bit key
  9. argon2i      10 iterations, 1048576 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
  10. argon2id     10 iterations, 1048576 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
  11. #     Algorithm |       Key |      Encryption |      Decryption
  12.         aes-cbc        128b      1815.5 MiB/s      7185.2 MiB/s
  13.     serpent-cbc        128b       126.5 MiB/s       897.1 MiB/s
  14.     twofish-cbc        128b       270.8 MiB/s       593.4 MiB/s
  15.         aes-cbc        256b      1383.0 MiB/s      5953.9 MiB/s
  16.     serpent-cbc        256b       125.8 MiB/s       902.9 MiB/s
  17.     twofish-cbc        256b       270.2 MiB/s       591.0 MiB/s
  18.         aes-xts        256b      5590.2 MiB/s      5627.5 MiB/s
  19.     serpent-xts        256b       798.3 MiB/s       825.3 MiB/s
  20.     twofish-xts        256b       552.3 MiB/s       554.9 MiB/s
  21.         aes-xts        512b      5136.1 MiB/s      5143.9 MiB/s
  22.     serpent-xts        512b       800.2 MiB/s       824.2 MiB/s
  23.     twofish-xts        512b       546.8 MiB/s       558.8 MiB/s
  24.                                                                                                                                                                                                                                              
  25. lazar@lethe ~                                                                                                                                                                                                                     [12:02:44]
  26. (mongoose) > $ cat /proc/cpuinfo| grep 'model name' | head -n1                                                                                                                                                                    ⬡ 16.19.0
  27. model name  : 12th Gen Intel(R) Core(TM) i7-1260P
  28.        
Advertisement
Add Comment
Please, Sign In to add comment