libkazv
|
#include <libkazv-config.hpp>
#include <vector>
#include <nlohmann/json.hpp>
#include <maybe.hpp>
#include "crypto-util.hpp"
Go to the source code of this file.
Namespaces | |
Kazv | |
Kazv::DecryptKeyExportErrorCodes | |
Functions | |
std::pair< ByteArray, ByteArray > | Kazv::deriveKeyExportKey (std::string password, ByteArray salt, std::size_t iterations) |
Derive the key-export key from the user-inputted password. More... | |
Maybe< nlohmann::json > | Kazv::decryptKeyExport (std::string exportContent, std::string password) |
Decrypt the key-export file with the user-inputted password. More... | |