- Encryption at Rest
- The process of encoding stored data β on hard drives, databases, or backup media β so it is unreadable without the correct decryption key.
- Encryption in Transit
- The protection of data moving across a network using cryptographic protocols such as TLS, preventing interception by unauthorized parties.
- AES-256
- Advanced Encryption Standard with a 256-bit key β the current industry-recommended algorithm for symmetric encryption of sensitive data at rest.
- TLS (Transport Layer Security)
- A cryptographic protocol that secures communications over a network, replacing the older SSL standard; TLS 1.2 or higher is the current minimum acceptable version.
- Key Management
- The policies and procedures governing the generation, storage, rotation, distribution, and retirement of cryptographic keys used to encrypt and decrypt data.
- Public Key Infrastructure (PKI)
- A framework of hardware, software, policies, and procedures used to create, manage, and revoke digital certificates and public-private key pairs.
- Data Classification
- The process of categorizing data by sensitivity level β typically Public, Internal, Confidential, and Restricted β to determine which encryption controls apply.
- Key Rotation
- The practice of replacing cryptographic keys on a defined schedule (e.g., annually) to limit the exposure window if a key is ever compromised.
- HSM (Hardware Security Module)
- A physical device that generates, stores, and manages cryptographic keys in tamper-resistant hardware, used when key security requirements are highest.
- Hashing
- A one-way cryptographic function that converts data into a fixed-length digest, used to verify integrity rather than to encrypt and recover data.
- End-to-End Encryption (E2EE)
- An approach where data is encrypted on the sender's device and can only be decrypted by the intended recipient, with no readable copy in transit.