Logo Pico-Framework A web-first embedded framework for C++
Loading...
Searching...
No Matches
PasswordHasher Member List

This is the complete list of members for PasswordHasher, including all inherited members.

DEFAULT_ITERATIONSPasswordHasherstatic
fromBase64(const std::string &base64)PasswordHasherstatic
generateSalt(size_t length)PasswordHasherstatic
HASH_LENGTHPasswordHasherstatic
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
iterationsPasswordHasherprivate
PasswordHasher(int iterations=DEFAULT_ITERATIONS)PasswordHasher
toBase64(const std::vector< uint8_t > &data)PasswordHasherstatic
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