- 论坛徽章:
- 0
|
bash-2.05# openssl speed bf
To get the most accurate results, try to run this
program when this computer is idle.
Doing blowfish cbc for 3s on 8 size blocks: 7780867 blowfish cbc's in 3.01s
Doing blowfish cbc for 3s on 64 size blocks: 1071321 blowfish cbc's in 2.99s
Doing blowfish cbc for 3s on 256 size blocks: 276458 blowfish cbc's in 2.98s
Doing blowfish cbc for 3s on 1024 size blocks: 68393 blowfish cbc's in 2.96s
Doing blowfish cbc for 3s on 8192 size blocks: 8516 blowfish cbc's in 2.99s
OpenSSL 0.9.6b [engine] 9 Jul 2001
built on: date not available
options:bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) blowfish(idx)
compiler: information not available
The 'numbers' are in 1000s of bytes per second processed.
type 8 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
blowfish cbc 20655.76k 22914.78k 23715.06k 23667.41k 23311.68k
bash-2.05#
64位的我正缺平台,大家有的话自己测试一下就行了 |
|