Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions documentation/content/en/books/handbook/disks/_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1734,6 +1734,11 @@ No cleartext ever touches the hard drive's platter.
This chapter demonstrates how to create an encrypted file system on FreeBSD.
It first demonstrates the process using `gbde` and then demonstrates the same example using `geli`.

[WARNING]
====
GBDE disk-encryption is deprecated, and removed in FreeBSD 15.0.
====

=== Disk Encryption with gbde

The objective of the man:gbde[4] facility is to provide a formidable challenge for an attacker to gain access to the contents of a _cold_ storage device.
Expand Down