Wt
3.3.8
|
A password hash. More...
#include <Wt/Auth/PasswordHash>
Public Member Functions | |
PasswordHash () | |
Default constructor. More... | |
PasswordHash (const std::string &function, const std::string &salt, const std::string &value) | |
Constructor. | |
bool | empty () const |
Returns whether the password is empty. | |
std::string | function () const |
Returns the function identifier. | |
std::string | salt () const |
Returns the salt. | |
std::string | value () const |
Returns the hash value. | |
A password hash.
This combines the information for interpreting a hashed password:
Wt::Auth::PasswordHash::PasswordHash | ( | ) |
Default constructor.
Creates an empty password hash, i.e. with empty function, salt and value.