Encryption/decryption context with key information
Synopsis
Declared in <wallet/crypter.h>
class CCrypter;
Member Functions
Name |
Description |
|
Constructs an unset crypter with buffers sized for the key and IV. |
|
Wipes the key material from memory on destruction. |
Wipes the key and IV from memory and marks the context as unset. |
|
Decrypts ciphertext into key material with the configured key and IV. |
|
Encrypts plaintext key material with the configured key and IV. |
|
Sets the encryption key and IV directly. |
|
Derives the encryption key and IV from a passphrase and salt. |
Friends
Name |
Description |
Test fixture granting access to CCrypter internals. |
Created with MrDocs