2.4.3 Data Encryption

VBA uses a reversible encryption algorithm for selected data.

Conventions:

§ XOR specifies a bit-wise exclusive OR operation.

§ BAND specifies a bit-wise AND operation.

§ All operations resulting in integer overflow MUST only store low-order bits, resulting in high-order bit truncation.