This is the complete list of members for PasswordHasher, including all inherited members.
DEFAULT_ITERATIONS | PasswordHasher | static |
fromBase64(const std::string &base64) | PasswordHasher | static |
generateSalt(size_t length) | PasswordHasher | static |
HASH_LENGTH | PasswordHasher | static |
hashAndEncode(const std::string &password) | PasswordHasher | |
hashPassword(const std::string &password, const std::vector< uint8_t > &salt) | PasswordHasher | |
hashPasswordBase64(const std::string &password, const std::vector< uint8_t > &salt) | PasswordHasher | |
iterations | PasswordHasher | private |
PasswordHasher(int iterations=DEFAULT_ITERATIONS) | PasswordHasher | |
toBase64(const std::vector< uint8_t > &data) | PasswordHasher | static |
verifyEncoded(const std::string &password, const std::string &combinedSaltAndHash) | PasswordHasher | |
verifyPassword(const std::string &password, const std::vector< uint8_t > &salt, const std::vector< uint8_t > &expectedHash) | PasswordHasher | |
verifyPasswordBase64(const std::string &password, const std::vector< uint8_t > &salt, const std::string &expectedBase64Hash) | PasswordHasher |