Data at Rest: What It Is and How to Secure It
Blog post from Duality
Data at rest refers to any stored data that is not actively moving between systems, and securing it is crucial due to its volume and permanence, which makes it an attractive target for breaches. Unlike data in transit, which is protected by TLS, data at rest requires different security measures, such as AES-256 encryption, robust key management, and access controls. Compliance standards like GDPR, HIPAA, and PCI-DSS mandate encryption at rest, and failing to comply can result in significant penalties. Transparent Data Encryption (TDE) is a key tool for database-level encryption that encrypts data before it is stored and decrypts it when accessed, without altering the application layer. Despite the protection offered by encryption at rest, data becomes vulnerable when decrypted for use, prompting the need for advanced technologies like fully homomorphic encryption (FHE), which allows computation on encrypted data without decryption. Organizations must not only focus on encryption but also on regular audits, appropriate access controls, and effective key management to ensure comprehensive data security.