License & Deployment Mix: 13 tools – 7 OSS, 2 SaaS. (OSS and SaaS counts can overlap when an open-source tool also offers a vendor-hosted edition.)

Overview

Encryption protects data confidentiality by converting plaintext into ciphertext that can only be read with the correct decryption key. This directory covers data-at-rest encryption – specifically disk encryption, file/folder encryption, and endpoint encryption policy management for IT departments and MSPs.

Encryption platforms provide:

  • Full Disk Encryption (FDE) – encrypts the entire disk (or partition) so that data is unreadable without authentication at boot; the primary defence against physical theft of laptops, servers, and removable media
  • File / folder encryption – encrypts specific files or directories rather than the entire disk; useful for shared systems, cloud storage sync, and selective protection of sensitive data
  • Removable media encryption – encrypts USB drives, external hard drives, and SD cards; prevents data loss from lost or stolen portable storage
  • Centralised key management – enterprise console for managing encryption keys, escrowing recovery keys, and enforcing encryption policies across all endpoints
  • Recovery key escrow – securely store recovery keys (BitLocker recovery keys, LUKS passphrases, FileVault recovery keys) so that IT can recover encrypted devices when users forget passwords or leave the organisation
  • Compliance enforcement – verify that all endpoints are encrypted; report on encryption status; alert on non-compliant devices; required for HIPAA, PCI-DSS, GDPR, SOX, and most cyber insurance policies
  • Pre-boot authentication (PBA) – require authentication (PIN, password, smart card, TPM) before the OS boots; prevents cold boot attacks and offline disk access

The information on these pages was researched by a combination of human review and large language models. To suggest an addition or correction, please contact us. Prepared by Rhodium Systems Inc., author of the ResorsIT platform — a unified IT operations management platform for IT teams and MSPs that integrates a curated suite of open-source, commercial, and SaaS applications into a single system with shared identity, single sign-on, access control, and a common audit trail. Use this catalogue only as a starting point for your own research, and review any tool carefully against your own requirements before relying on it. Catalogue data version 2026.197.

Comparison

Application-level encryption (e.g. OpenBAO transit) and Linux server disk encryption (LUKS) complement endpoint encryption (BitLocker, FileVault) managed via endpoint management / MDM platforms.


Deployment Model

ToolPlatformLicense
VeraCryptWin / macOS / LinuxApache 2.0
LUKS / dm-cryptLinuxGPL-2.0
Clevis / TangLinuxGPL-2.0
CryptomatorWin / macOS / Linux / mobileGPL-3.0
gocryptfsLinuxMIT
ageCross-platform (CLI)BSD-3-Clause
GnuPGCross-platformGPL-3.0
BitLockerWindowsProprietary (OS)
FileVaultmacOSProprietary (OS)
Sophos Device Enc.Win / macOS (managed)Proprietary
ESET FDEWindowsProprietary
Symantec Enc.Win / macOSProprietary
Trend Micro Enc.WindowsProprietary

Encryption Type

ToolFDEPartitionFile/FolderContainerRemovable
VeraCryptYesYesNoYesYes
LUKSYesYesNoNoYes
BitLockerYesYesNoNoYes
FileVaultYesNoNoNoNo
CryptomatorNoNoYes (vault)YesNo
gocryptfsNoNoYes (overlay)NoNo
ageNoNoYes (file)NoNo
GnuPGNoNoYes (file)NoNo
SophosYes*NoNoNoNo
ESETYesNoNoNoYes
SymantecYesNoNoNoYes

* = manages BitLocker / FileVault, not own engine


Algorithm Support

ToolAES-256XTSSerpentTwofishChaCha20
VeraCryptYesYesYesYesNo
LUKSYesYesYesYesNo
BitLockerYesYesNoNoNo
FileVaultYesYesNoNoNo
CryptomatorYesNoNoNoNo
ageNoNoNoNoYes
GnuPGYesNoNoYesNo

Centralised Management

ToolWeb ConsoleKey EscrowPolicy PushCompliance Reports
BitLocker + IntuneYesYes (Azure AD)YesYes
BitLocker + SCCMYesYes (AD)YesYes
FileVault + MDMYesYes (MDM)YesYes
SophosYesYesYesYes
ESETYesYesYesYes
SymantecYesYesYesYes
Trend MicroYesYesYesYes
VeraCryptNoNoNoNo
LUKSNoManualNoNo
LUKS + Clevis/TangNoNetwork-boundAnsibleNo

Pre-Boot Authentication

ToolPINPasswordSmart CardTPM-OnlyNetwork
BitLockerYesYesYesYesNo
VeraCryptNoYesYesNoNo
LUKSNoYesYesNoNo
LUKS + ClevisNoNoNoNoYes (Tang)
SymantecYesYesYesYesNo
Trend MicroYesYesYesYesNo
ESETYesYesNoYesNo
FileVaultNoYesNoN/ANo

Authentik Integration

Encryption management consoles integrate with Authentik for admin SSO:

ToolOIDCSAMLNotes
Sophos CentralNoYesSAML SSO
ESET ProtectNoNoAD/LDAP only
IntuneYesYesEntra ID native
SymantecNoNoAD only

Self-service recovery key portals can use Authentik forward-auth for identity verification.


Tools

13 tools.

age

age (pronounced “aghe”, from Actually Good Encryption) is a modern, simple file encryption tool designed as a replacement for GnuPG’s encryption functionality.

License: BSD-3-Clause (OSS) · Kind: cli · Deploy: native · SSO: none

Website · Source

BitLocker + Intune / SCCM

BitLocker is Microsoft’s built-in full disk encryption feature for Windows. Available in Windows Pro, Enterprise, and Education editions, it encrypts entire volumes including the operating system drive.

License: Proprietary (proprietary) · Kind: service · Deploy: native · SSO: none

Website

Clevis / Tang

Clevis and Tang provide network-bound disk encryption (NBDE) for Linux systems, enabling automated LUKS volume decryption when a machine is connected to its trusted network.

License: GPL-2.0-only (OSS) · Kind: service · Deploy: native · SSO: none

Website · Source

Cryptomator

Cryptomator is an open-source client-side encryption tool designed specifically for protecting files stored in cloud sync services like Dropbox, Google Drive, OneDrive, and any WebDAV or S3-compatible storage.

License: GPL-3.0-only (OSS) · Kind: desktop · Deploy: native · SSO: none

Website · Source

ESET Full Disk Encryption

ESET Full Disk Encryption (EFDE) is an enterprise encryption solution managed through the ESET PROTECT console. On Windows, EFDE uses its own OPAL-based or software encryption engine with a custom pre-boot authentication screen.

License: Proprietary (proprietary) · Kind: web · Deploy: native · SSO: none

Website

FileVault + MDM

FileVault is Apple’s built-in full disk encryption for macOS. FileVault 2 (introduced in OS X Lion) encrypts the entire startup volume using XTS-AES-128 encryption.

License: Proprietary (proprietary) · Kind: service · Deploy: native · SSO: none

Website

GnuPG / GPG

GnuPG (GNU Privacy Guard) is the open-source implementation of the OpenPGP standard (RFC 9580). It provides encryption, decryption, and digital signing of files and communications.

License: GPL-3.0-only (OSS) · Kind: cli · Deploy: native · SSO: none

Website · Source

gocryptfs

gocryptfs is a FUSE-based encrypted overlay filesystem for Linux. It encrypts files individually, storing ciphertext in a backing directory while presenting a plaintext view through a FUSE mount point.

License: MIT (OSS) · Kind: cli · Deploy: native · SSO: none

Website · Source

LUKS / dm-crypt

LUKS (Linux Unified Key Setup) is the standard for Linux disk encryption, built on top of the kernel’s dm-crypt subsystem.

License: GPL-2.0-only (OSS) · Kind: service · Deploy: native · SSO: none

Website · Source

Sophos Central Device Encryption

Sophos Central Device Encryption is a cloud-managed encryption solution that leverages the native OS encryption technologies – BitLocker on Windows and FileVault on macOS – while adding centralized management, recovery key escrow, complia…

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

Symantec Endpoint Encryption

Symantec Endpoint Encryption (SEE), now part of the Broadcom Symantec Enterprise portfolio, is a long-established enterprise encryption solution that provides full disk encryption, removable media encryption, and file/folder encryption.

License: Proprietary (proprietary) · Kind: web · Deploy: native · SSO: none

Website

Trend Micro Endpoint Encryption

Trend Micro Endpoint Encryption (TMEE) provides full disk encryption, file/folder encryption, and removable media encryption for Windows and macOS endpoints.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

VeraCrypt

VeraCrypt is a free, open-source disk encryption utility that succeeded TrueCrypt after its discontinuation in 2014.

License: Apache-2.0 (OSS) · Kind: desktop · Deploy: native · SSO: none

Website · Source

ResorsIT Tools Catalog Search