run OpenSSL speed benchmark
run OpenSSL speed benchmark
Posted Feb 14, 2008 7:48 UTC (Thu) by vgough (guest, #2781)In reply to: if CPU time is the bottleneck ... by yarikoptic
Parent article: Multi-threaded OpenSSH
OpenSSH uses OpenSSL, which has a useful speed test built-in ("openssl speed"). On my Dual
core AMD, the Blowfish speed slots somewhere between AES 192 bit and AES 256 bit, at around
60MB/sec. The fastest I've seen is my slower VIA C7 system, which can do AES-256-CBC at
nearly 800MB/sec due to hardware acceleration:
$ openssl speed -engine padlock -evp aes-256-cbc
engine "padlock" set.
...
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
aes-256-cbc 70048.90k 221410.79k 482132.99k 683641.51k 780377.04k
