#include <wvcrypto.h>
Public Methods | |
WvMD5 (const WvString &string_to_hash) | |
WvMD5 (FILE *file_to_hash) | |
~WvMD5 () | |
operator const unsigned char * () const | |
operator const WvString () const | |
WvString | md5_hash () const |
WvMD5 (const WvString &string_to_hash) | |
WvMD5 (FILE *file_to_hash) | |
~WvMD5 () | |
operator const unsigned char * () const | |
operator const WvString () const | |
WvString | md5_hash () const |
Private Attributes | |
unsigned char * | md5_hash_value |
unsigned char * | md5_hash_value |
Definition at line 132 of file crypto/wvcrypto.h.
|
Create the MD5 Hash of a String Definition at line 322 of file wvcrypto.cc. References WvString::cstr(), and md5_hash_value. |
|
Create the MD5 Hash of a File Definition at line 335 of file wvcrypto.cc. References md5_hash_value. |
|
Definition at line 355 of file wvcrypto.cc. References md5_hash_value. |
|
Create the MD5 Hash of a String |
|
Create the MD5 Hash of a File |
|
|
|
|
|
Definition at line 360 of file wvcrypto.cc. References WvString::append(), and md5_hash_value. Referenced by operator const WvString(). |
|
MD5 seems to like unsigned char * for some reason, so make it easy to return that type (Probably only be usefull inside other crypto routines, but you never know ;) Definition at line 154 of file include/wvcrypto.h. References md5_hash_value. |
|
MD5 seems to like unsigned char * for some reason, so make it easy to return that type (Probably only be usefull inside other crypto routines, but you never know ;) Definition at line 154 of file crypto/wvcrypto.h. References md5_hash_value. |
|
Sometimes we just want to easily get the text MD5 hash for whatever Type of object that we're constructing... Definition at line 161 of file include/wvcrypto.h. References md5_hash(). |
|
Sometimes we just want to easily get the text MD5 hash for whatever Type of object that we're constructing... Definition at line 161 of file crypto/wvcrypto.h. References md5_hash(). |
|
Definition at line 134 of file include/wvcrypto.h. |
|
Definition at line 134 of file crypto/wvcrypto.h. Referenced by md5_hash(), operator const unsigned char *(), WvMD5(), and ~WvMD5(). |