giga::Crypto Member List

This is the complete list of members for giga::Crypto, including all inherited members.

aesDecrypt(const utility::string_t &password, const std::string &saltStr, const std::string &ivStr, const std::string &data) (defined in giga::Crypto)giga::Cryptostatic
aesDecrypt(const std::string &key, const std::string &iv, const std::string &data) (defined in giga::Crypto)giga::Cryptostatic
aesEncrypt(const utility::string_t &password, const std::string &data) (defined in giga::Crypto)giga::Cryptostatic
aesEncrypt(const std::string &key, const std::string &iv, const std::string &data) (defined in giga::Crypto)giga::Cryptostatic
AesTuple enum name (defined in giga::Crypto)giga::Crypto
base64decode(const std::string &data) (defined in giga::Crypto)giga::Cryptostatic
base64encode(const std::string &data) (defined in giga::Crypto)giga::Cryptostatic
calculateFid(const std::string &hashHexEncoded) (defined in giga::Crypto)giga::Cryptostatic
calculateFkey(const std::string &hashHexEncoded) (defined in giga::Crypto)giga::Cryptostatic
calculateLoginPassword(const utility::string_t &login, const utility::string_t &password) (defined in giga::Crypto)giga::Cryptostatic
calculateMasterPassword(const std::string &salt, const utility::string_t &password) (defined in giga::Crypto)giga::Cryptostatic
pbkdf2_sha256(const utility::string_t &password, const std::string &salt, std::size_t length, uint64_t iteration=1024ul) (defined in giga::Crypto)giga::Cryptostatic
pbkdf2_sha512(const utility::string_t &password, const std::string &salt, std::size_t length, uint64_t iteration=1024ul) (defined in giga::Crypto)giga::Cryptostatic
sha1File(const utility::string_t &filename) (defined in giga::Crypto)giga::Cryptostatic