run OpenSSL speed benchmark
run OpenSSL speed benchmark
Posted Aug 8, 2018 16:59 UTC (Wed) by hadeel.M (guest, #126263)In reply to: run OpenSSL speed benchmark by vgough
Parent article: Multi-threaded OpenSSH
am trying to get the speed of the AES-128 from openSSL, can I know how you were able to calculate this (the Blowfish speed slots somewhere between AES 192 bit and AES 256 bit, at around 60MB/sec)
also before the bytes part I got this result
Doing aes-256 cbc for 3s on 16 size blocks: 14388425 aes-256 cbc's in 3.00s
Doing aes-256 cbc for 3s on 64 size blocks: 3861764 aes-256 cbc's in 2.99s
Doing aes-256 cbc for 3s on 256 size blocks: 976359 aes-256 cbc's in 3.00s
Doing aes-256 cbc for 3s on 1024 size blocks: 246145 aes-256 cbc's in 2.99s
Doing aes-256 cbc for 3s on 8192 size blocks: 30766 aes-256 cbc's in 3.00s
what does these numbers represent (i mean these 14388425, 3861764, 976359, 246145...)
