scispace - formally typeset
Open AccessProceedings Article

The MD5 Message-Digest Algorithm

Ronald L. Rivest
- Vol. 1321, pp 1-21
Reads0
Chats0
TLDR
This document describes the MD5 message-digest algorithm, which takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input.
Abstract
This document describes the MD5 message-digest algorithm. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. This memo provides information for the Internet community. It does not specify an Internet standard.

read more

Content maybe subject to copyright    Report

Citations
More filters
Book ChapterDOI

SQUARE HASH: Fast Message Authenication via Optimized Universal Hash Functions

TL;DR: In this paper, the authors describe a family of universal hash functions that is more efficient than many standard constructions, and compare their hash functions to the MMH family studied by Halevi and Krawczyk [12].
Journal ArticleDOI

A Survey on IP Watermarking Techniques

TL;DR: This paper survey and classify different techniques used for watermarking IP designs, and defined several evaluation criteria, which can be used as a benchmark for new IPWatermarking developments.
Journal ArticleDOI

The Three-Tier Security Scheme in Wireless Sensor Networks with Mobile Sinks

TL;DR: A three-tier general framework that permits the use of any pairwise key predistribution scheme as its basic component and has a higher network resilience to a mobile sink replication attack as compared to the polynomial pool-based scheme.
Book ChapterDOI

Software performance of universal hash functions

TL;DR: This paper compares the parameters sizes and software performance of several recent constructions for universal hash functions: bucket hashing, polynomial hashing, Toeplitz hashing, division hashing, evaluation hashing, and MMH hashing to find constructions that offer a comparable security level.
Proceedings Article

CryptoLib: Cryptography in Software

TL;DR: CryptLib is a very portable and efficient library of routines necessary for the aforementioned cryptosystems, written entirely in C and exists under UNIX.