libcommonc++
0.7
|
MD5-hash password encryption and validation routines. More...
#include <MD5Password.h++>
Static Public Member Functions | |
static String | encrypt (const String &password) |
Encrypt a password with an MD5 hash. More... | |
static bool | validate (const String &password, const String &ciphertext) |
Validate an MD5-hash password. More... | |
MD5-hash password encryption and validation routines.
Encrypt a password with an MD5 hash.
password | The plaintext password. |
Validate an MD5-hash password.
password | A plaintext password. |
ciphertext | The ciphertext form of the password to validate against. |