MD5-hash password encryption and validation routines. More...
#include <MD5Password.h++>
Static Public Member Functions | |
| static String | encrypt (const String &password) throw () |
| Encrypt a password with an MD5 hash. | |
| static bool | validate (const String &password, const String &ciphertext) throw () |
| Validate an MD5-hash password. | |
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. |
1.6.3