Wt  3.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | List of all members
Wt::Auth::PasswordHash Class Reference

A password hash. More...

#include <Wt/Auth/PasswordHash>

Public Member Functions

 PasswordHash ()
 Default constructor.
 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.

Detailed Description

A password hash.

This combines the information for interpreting a hashed password:

See Also
HashFunction::compute()

Constructor & Destructor Documentation

Wt::Auth::PasswordHash::PasswordHash ( )

Default constructor.

Creates an empty password hash, i.e. with empty function, salt and value.


Generated on Mon Aug 25 2014 for the C++ Web Toolkit (Wt) by doxygen 1.8.1.2