class md5Key_c MD5 encryption key
|
| key [MD5KEY_SIZE] MD5KEY_SIZE byte md5 encrypted key. |
|
| hash (char *str, int len) Hash a string of len with md5 encryption. |
|
| operator int () Conversion to integer (for use with hash tables) |
|
| operator== (md5Key_c &nkey) Determine if 2 md5 keys are the same. |
|
| display () Print the md5 key. |
|
| getKeyAsStr () Retrieve MD5 key as a string that is printable. |
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.
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