We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Path: src/security/encrypted_field.cpp
src/security/encrypted_field.cpp
Purpose: Low level encrypted field handling; serialization and storage formats for encrypted fields.
Public functions / symbols:
: blob_(blob) {}
if (!field_encryption_) {
encrypt(value, key_id);
return deserialize(decrypted);