mtx::secret_storage::AesHmacSha2EncryptedData struct

A aes-hmac-sha2 encrypted secret.

Public variables

std::string iv
Required. The 16-byte initialization vector, encoded as base64.
std::string ciphertext
Required. The AES-CTR-encrypted data, encoded as base64.
std::string mac
Required. The MAC, encoded as base64.