[#wallet-CMasterKey-vchCryptedKey] = xref:wallet.adoc[wallet]::xref:wallet/CMasterKey.adoc[CMasterKey]::vchCryptedKey :relfileprefix: ../../ :mrdocs: The master key encrypted with AES‐256‐CBC using the passphrase‐derived key. == Synopsis Declared in `<wallet/crypter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<unsigned char> vchCryptedKey; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#