Xiqual 0.9.1

In file xitools/md5sum.c:

void MD5Ascii

(unsigned char* key, unsigned char* ascii)

Make a printable version of the MD5 sum.

Documentation

Make a printable version of the MD5 sum. This converts a non-printable 16-byte (128-bit) key to ASCII.

MD5Sum() explains how to generate the checksum.

Parameters:
key - 16-byte buffer with the key after MD5Init(), MD5Update() and MD5Final() are done.
ascii - A buffer of 32 bytes and a NULL terminator, preferably, to hold the printable key.
Author:
Ronny Bangsund
See Also:
MD5Sum(), MD5Init(), MD5Update(), MD5Final()

Alphabetic index



This page was generated with the help of DOC++.