Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save edwarnicke/deb7e0330feeec874477cfc700923e26 to your computer and use it in GitHub Desktop.
Save edwarnicke/deb7e0330feeec874477cfc700923e26 to your computer and use it in GitHub Desktop.
openssl speed md5 sha1 sha256 - output
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
md5 49743.00k 154842.10k 382517.28k 588280.71k 734586.36k 730631.98k
sha1 47740.44k 160123.03k 434087.05k 773829.86k 1000173.78k 1028204.30k
sha256 36617.01k 107972.99k 263175.92k 399225.21k 463062.55k 469893.12k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment