|
NAMEMD5 , MD5Init ,
MD5Transform —
message digest routines
SYNOPSIS#include <sys/types.h>
#include <sys/md5.h>
void
void
DESCRIPTIONTheMD5 module implements the RSA Data Security, Inc.
MD5 Message-Digest Algorithm (MD5). It produces 128-bit MD5 Digest of data.
COPYRIGHTSThe code for MD5 transform was taken from Colin Plumb's implementation, which has been placed in the public domain. The MD5 cryptographic checksum was devised by Ronald Rivest, and is documented in RFC 1321, "The MD5 Message Digest Algorithm".
Visit the GSP FreeBSD Man Page Interface. |