Securing Data at Rest
Cold Storage Encryption
Data at rest refers to files sitting dormant on solid-state drives or backup tapes. While TLS protects data flying across the internet, file-system encryption protects data sitting still in data centers.
By encrypting the physical database volumes, organizations ensure that if a hard drive is decommissioned, stolen, or improperly wiped, the resident data remains completely inaccessible.
Full Disk Encryption (FDE)
Securing data at rest physically secures the metal. Solutions like LUKS (Linux) or BitLocker encrypt the raw block-device underneath the operating system. At boot up, before the kernel even fully initializes the network, the decrypt key must be provided.
Everyday Example
Sending a secure text message protects the transit. But if someone steals your phone physically while you sleep and plugs it into a forensic computer, they just pull the raw file off your drive. Data-at-rest encryption securely jumbles all the internal memory on the phone so the physical chips themselves are meaningless without the PIN code.
The Deep Mathematics
Full Disk Encryption (FDE) operates strictly at the kernel block logical level utilizing XTS-AES mode. XTS (XEX-based tweaked-codebook mode with ciphertext stealing) prevents attackers from geometrically manipulating disk blocks. It computes the tweak using Galois fields, actively preventing an attacker from copying bits from one database sector and pasting them cleanly into another.
Discover how giovium protects your data
giovium leverages these very cryptographic principles to keep your passwords, files, and secrets completely safe. Try it for free on any platform.
Download giovium