# openssl speed sha1 Doing sha1 for 3s on 16 size blocks: 7951482 sha1's in 2.99s Doing sha1 for 3s on 64 size blocks: 6067573 sha1's in 3.00s Doing sha1 for 3s on 256 size blocks: 3191887 sha1's in 3.00s Doing sha1 for 3s on 1024 size blocks: 1097210 sha1's in 3.00s Doing sha1 for 3s on 8192 size blocks: 154916 sha1's in 3.00s OpenSSL 1.0.1e 11 Feb 2013 built on: Thu Jan 8 21:12:53 UTC 2015 options:bn(64,64) rc4(8x,int) des(idx,cisc,16,int) aes(partial) blowfish(idx) compiler: gcc -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -DTERMIO -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wa,--noexecstack -Wall -DMD32_REG_T=int -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM The 'numbers' are in 1000s of bytes per second processed. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes sha1 42549.74k 129441.56k 272374.36k 374514.35k 423023.96k # openssl speed sha256 The 'numbers' are in 1000s of bytes per second processed. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes sha256 36853.18k 82145.92k 140119.13k 171126.44k 182889.13k # openssl speed md5 The 'numbers' are in 1000s of bytes per second processed. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes md5 39941.66k 125165.16k 300481.62k 469719.38k 560816.13k # openssl speed -evp aes-128-cbc The 'numbers' are in 1000s of bytes per second processed. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes aes-128-cbc 78468.60k 86516.48k 89726.46k 230114.65k 232991.40k # openssl speed -evp rc4 The 'numbers' are in 1000s of bytes per second processed. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes rc4 309614.03k 437197.21k 496649.81k 518377.13k 524804.10k