LINUX.ORG.RU

История изменений

Исправление aquadon, (текущая версия) :

Спасибо, дельный совет.

➜  ~ sudo cryptsetup benchmark 
# Tests are approximate using memory only (no storage IO).
PBKDF2-sha1       923042 iterations per second for 256-bit key
PBKDF2-sha256    1310720 iterations per second for 256-bit key
PBKDF2-sha512     856679 iterations per second for 256-bit key
PBKDF2-ripemd160  780190 iterations per second for 256-bit key
PBKDF2-whirlpool  492751 iterations per second for 256-bit key
#  Algorithm | Key |  Encryption |  Decryption
     aes-cbc   128b   561,8 MiB/s  2061,1 MiB/s
 serpent-cbc   128b    78,5 MiB/s   271,1 MiB/s
 twofish-cbc   128b   170,8 MiB/s   322,2 MiB/s
     aes-cbc   256b   413,0 MiB/s  1489,9 MiB/s
 serpent-cbc   256b    79,1 MiB/s   273,1 MiB/s
 twofish-cbc   256b   171,7 MiB/s   328,7 MiB/s
     aes-xts   256b  1720,1 MiB/s  1662,0 MiB/s
 serpent-xts   256b   277,2 MiB/s   262,5 MiB/s
 twofish-xts   256b   322,5 MiB/s   317,3 MiB/s
     aes-xts   512b  1217,8 MiB/s  1221,0 MiB/s
 serpent-xts   512b   258,4 MiB/s   271,4 MiB/s
 twofish-xts   512b   316,7 MiB/s   295,2 MiB/s

Как теперь лучше всего протестировать скорость чтения/записи SSD?

Исходная версия aquadon, :

Спасибо, дельный совет.

➜  ~ sudo cryptsetup benchmark 
# Tests are approximate using memory only (no storage IO).
PBKDF2-sha1       923042 iterations per second for 256-bit key
PBKDF2-sha256    1310720 iterations per second for 256-bit key
PBKDF2-sha512     856679 iterations per second for 256-bit key
PBKDF2-ripemd160  780190 iterations per second for 256-bit key
PBKDF2-whirlpool  492751 iterations per second for 256-bit key
#  Algorithm | Key |  Encryption |  Decryption
     aes-cbc   128b   561,8 MiB/s  2061,1 MiB/s
 serpent-cbc   128b    78,5 MiB/s   271,1 MiB/s
 twofish-cbc   128b   170,8 MiB/s   322,2 MiB/s
     aes-cbc   256b   413,0 MiB/s  1489,9 MiB/s
 serpent-cbc   256b    79,1 MiB/s   273,1 MiB/s
 twofish-cbc   256b   171,7 MiB/s   328,7 MiB/s
     aes-xts   256b  1720,1 MiB/s  1662,0 MiB/s
 serpent-xts   256b   277,2 MiB/s   262,5 MiB/s
 twofish-xts   256b   322,5 MiB/s   317,3 MiB/s
     aes-xts   512b  1217,8 MiB/s  1221,0 MiB/s
 serpent-xts   512b   258,4 MiB/s   271,4 MiB/s
 twofish-xts   512b   316,7 MiB/s   295,2 MiB/s

Как теперь лучше всего протестировать скорость чтения/записи SSD?