Advertisement
Guest User

Untitled

a guest
Nov 18th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. [rut@brzi /usr/home/rut]$ openssl speed -evp aes-256-cbc
  2. Doing aes-256-cbc for 3s on 16 size blocks: 7737435 aes-256-cbc's in 2.98s
  3. Doing aes-256-cbc for 3s on 64 size blocks: 2458366 aes-256-cbc's in 2.99s
  4. Doing aes-256-cbc for 3s on 256 size blocks: 625912 aes-256-cbc's in 3.01s
  5. Doing aes-256-cbc for 3s on 1024 size blocks: 156030 aes-256-cbc's in 2.98s
  6. Doing aes-256-cbc for 3s on 8192 size blocks: 19568 aes-256-cbc's in 2.99s
  7. OpenSSL 1.0.1e-freebsd 11 Feb 2013
  8. built on: date not available
  9. options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
  10. compiler: cc
  11. The 'numbers' are in 1000s of bytes per second processed.
  12. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  13. aes-256-cbc 41482.37k 52582.07k 53272.43k 53537.08k 53573.20k
  14. [rut@brzi /usr/home/rut]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement