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::Crypto | static |
aesDecrypt(const std::string &key, const std::string &iv, const std::string &data) (defined in giga::Crypto) | giga::Crypto | static |
aesEncrypt(const utility::string_t &password, const std::string &data) (defined in giga::Crypto) | giga::Crypto | static |
aesEncrypt(const std::string &key, const std::string &iv, const std::string &data) (defined in giga::Crypto) | giga::Crypto | static |
AesTuple enum name (defined in giga::Crypto) | giga::Crypto | |
base64decode(const std::string &data) (defined in giga::Crypto) | giga::Crypto | static |
base64encode(const std::string &data) (defined in giga::Crypto) | giga::Crypto | static |
calculateFid(const std::string &hashHexEncoded) (defined in giga::Crypto) | giga::Crypto | static |
calculateFkey(const std::string &hashHexEncoded) (defined in giga::Crypto) | giga::Crypto | static |
calculateLoginPassword(const utility::string_t &login, const utility::string_t &password) (defined in giga::Crypto) | giga::Crypto | static |
calculateMasterPassword(const std::string &salt, const utility::string_t &password) (defined in giga::Crypto) | giga::Crypto | static |
pbkdf2_sha256(const utility::string_t &password, const std::string &salt, std::size_t length, uint64_t iteration=1024ul) (defined in giga::Crypto) | giga::Crypto | static |
pbkdf2_sha512(const utility::string_t &password, const std::string &salt, std::size_t length, uint64_t iteration=1024ul) (defined in giga::Crypto) | giga::Crypto | static |
sha1File(const utility::string_t &filename) (defined in giga::Crypto) | giga::Crypto | static |