class md5Key_c

MD5 encryption key

Public Fields

unsigned char key [MD5KEY_SIZE]
MD5KEY_SIZE byte md5 encrypted key.

Public Methods

int hash (char *str, int len)
Hash a string of len with md5 encryption.
operator int ()
Conversion to integer (for use with hash tables)
int operator== (md5Key_c &nkey)
Determine if 2 md5 keys are the same.
void display ()
Print the md5 key.
char* getKeyAsStr ()
Retrieve MD5 key as a string that is printable.

Documentation

MD5 encryption key. Give it a string and it will encrypt it into a 16 byte key. Note: this class requires md5.h and md5.c which does the actual encryption work.

This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de