SecureEncryptionResult: {
    result: Buffer;
    salt: HexString;
    iv: HexString;
    authTag: HexString;
}