What is Endpoint Encryption?
Endpoint Encryption is the practice of encrypting data stored on laptops, desktops, and mobile devices so that the data is unreadable without the correct credentials or key. It protects against data exposure when a device is lost, stolen, or decommissioned.
What it is
Endpoint Encryption protects data at rest on physical devices. It operates at two levels:
- Full-disk encryption (FDE): encrypts every sector of a drive. The OS and files are unreadable until a user authenticates at boot.
- File or folder encryption: encrypts specific files or directories, leaving the rest of the disk accessible. This is useful when only certain data is sensitive.
Most enterprise deployments pair on-device encryption with central key escrow: a server stores a recovery key so IT can open a device if a user forgets their password or leaves the company.
Hardware-based approaches use self-encrypting drives (SEDs), where the encryption engine lives in the drive controller. Software-based approaches run an encryption layer in the OS. Both can satisfy the same compliance requirements, but they differ in performance and management overhead.
Why it matters
A lost or stolen laptop is the most common physical data breach vector. Without encryption, anyone with physical access can read every file by booting from external media. With FDE enabled, the drive is useless without the key.
Regulations including HIPAA, PCI DSS, GDPR, and CMMC treat encryption of data at rest as a baseline control. Many breach notification laws exempt organizations from mandatory disclosure if the lost device was encrypted.
How tools address it
Products in the broader Encryption category approach endpoint protection in different ways. Some focus on hardware-enforced encryption in SSDs for high-assurance or government use. Others provide software platforms that manage encryption policies, recovery keys, and authentication across a fleet of endpoints. Some combine encryption with passwordless authentication to remove the weakest link, the password, from the boot process.