cryptsetup benchmark dell 7060
livecd ~ # grep -m1 'aes' /proc/cpuinfo
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp flush_l1d
livecd ~ # cryptsetup benchmark
# Tests are approximate using memory only (no storage IO).
PBKDF2-sha1 1842840 iterations per second for 256-bit key
PBKDF2-sha256 2327582 iterations per second for 256-bit key
PBKDF2-sha512 1672370 iterations per second for 256-bit key
PBKDF2-ripemd160 941271 iterations per second for 256-bit key
PBKDF2-whirlpool 699050 iterations per second for 256-bit key
argon2i 9 iterations, 1048576 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
argon2id 9 iterations, 1048576 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
# Algorithm | Key | Encryption | Decryption
aes-cbc 128b 1190.1 MiB/s 3435.4 MiB/s
serpent-cbc 128b 100.8 MiB/s 773.5 MiB/s
twofish-cbc 128b 231.1 MiB/s 409.3 MiB/s
aes-cbc 256b 910.4 MiB/s 2799.8 MiB/s
serpent-cbc 256b 102.9 MiB/s 773.3 MiB/s
twofish-cbc 256b 235.5 MiB/s 409.8 MiB/s
aes-xts 256b 3303.8 MiB/s 3275.6 MiB/s
serpent-xts 256b 610.2 MiB/s 672.5 MiB/s
twofish-xts 256b 377.4 MiB/s 381.9 MiB/s
aes-xts 512b 2794.4 MiB/s 2788.8 MiB/s
serpent-xts 512b 671.5 MiB/s 673.1 MiB/s
twofish-xts 512b 381.5 MiB/s 381.7 MiB/s
livecd ~ #
Comments
Post a Comment