Latest Additions

April 09, 2011
FTP Queue Server
Design Overview The goal was to develop a revision to the standard FTP server which allows people...
February 23, 2011
ExtJS Xtype List
xtype Class box Ext BoxComponent button Ext Button colorpalette Ext ColorPalette component Ext...

Site Search

Suggested Reading

none

Pages linked to here

none

OpenSSL Message Digest

A message digest is a piece of data that can be used to verify if the contents of the message are not altered during transit. When a message is sent over a network, the sender computes a message digest by performing a one-way hash function using a secret key known only to the sender and recipient. The recipient also computes the message digest by performing the same one-way hash function using the secret key. If the two message digests are identical, the recipient can be sure that the message has not been modified during transit.

  • Hashed Message Authentication Code (HMAC)
  • Message Digest algorithm 2 (MD2)
  • Message Digest algorithm 5 (MD5)
  • Message Digest Cipher 2 (MDC2)
  • RACE Integrity Primitives Evaluation Message Digest (RIPEMD)
  • Secure Hash Algorithm (SHA)
  • Secure Hash Algorithm 1 (SHA1)

This topic was last modified on 04-07-2010 and has had 92 hits. These are popular related words: