dd if=/dev/zero of=test.bin bs=1M count=1024
1024+0 Datensätze ein
1024+0 Datensätze aus
1073741824 bytes (1,1 GB, 1,0 GiB) copied, 6,70092 s, 160 MB/s
dd if=/dev/urandom of=test.bin bs=1M count=1024
1024+0 Datensätze ein
1024+0 Datensätze aus
1073741824 bytes (1,1 GB, 1,0 GiB) copied, 8,15762 s, 132 MB/s
cryptsetup benchmark
# Die Tests sind nur annähernd genau, da sie nicht auf den Datenträger zugreifen.
PBKDF2-sha1 1075462 iterations per second for 256-bit key
PBKDF2-sha256 1219274 iterations per second for 256-bit key
PBKDF2-sha512 972705 iterations per second for 256-bit key
PBKDF2-ripemd160 768750 iterations per second for 256-bit key
PBKDF2-whirlpool 574877 iterations per second for 256-bit key
argon2i 4 iterations, 724927 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
argon2id 4 iterations, 663191 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
# Algorithm | Key | Encryption | Decryption
aes-cbc 128b 577,5 MiB/s 2202,9 MiB/s
serpent-cbc 128b 61,2 MiB/s 478,0 MiB/s
twofish-cbc 128b 133,9 MiB/s 255,1 MiB/s
aes-cbc 256b 579,8 MiB/s 1924,1 MiB/s
serpent-cbc 256b 65,7 MiB/s 477,5 MiB/s
twofish-cbc 256b 137,8 MiB/s 255,1 MiB/s
aes-xts 256b 1385,1 MiB/s 1397,1 MiB/s
serpent-xts 256b 448,0 MiB/s 441,5 MiB/s
twofish-xts 256b 242,7 MiB/s 239,1 MiB/s
aes-xts 512b 1266,6 MiB/s 1271,3 MiB/s
serpent-xts 512b 449,0 MiB/s 442,5 MiB/s
twofish-xts 512b 238,8 MiB/s 238,8 MiB/s