Menu

Post image 1
Post image 2
Post image 3
1 / 3
0

GELI vs LUKS: Full-Disk Encryption, Two Shapes

DEV Community: encryption·Vivian Voss·4 days ago
#k6yqvIjn
#dev#geli#encryption#luks#freebsd#encrypted
Reading 0:00
15s threshold

The Unix Way — Episode 18 A laptop is left on a train. With full-disk encryption, the person who finds it has an expensive paperweight and a drive full of noise. Without it, they have your SSH keys, your mail, your password store and your customers' data. The stakes are not subtle. FreeBSD and Linux both solve this problem properly, with mature, audited tooling and the same underlying cipher. They arrive at the solution by rather different routes, and the routes are the interesting part. FreeBSD: GELI GELI is FreeBSD's disk-encryption framework, and the first thing to understand is that it is not a standalone product bolted onto the system. It is a GEOM class. GEOM is FreeBSD's modular block-storage framework, in which every transformation of a disk (mirroring, striping, labelling, encryption) is a class that consumes one or more providers and presents a new provider. Encryption, in this model, is simply one more transform in the stack.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More