Privacy · April 2026

How to Encrypt Your Video Library on Mac Without Using the Cloud

By the shooff team · Last updated April 15, 2026 · 9 min read

Encrypting videos on a Mac used to mean one of two things: zip a folder with a password (weak), or create a FileVault-protected disk image that you mount every time you want to watch something (awkward). Neither feels great.

In 2026 there are better options. This guide covers three — a quick DIY approach using tools already on your Mac, a general-purpose vault (Cryptomator), and a purpose-built media library (shooff). Each has real tradeoffs worth understanding before you pick.

Why local encryption at all?

Three reasons people ask:

The right tool depends on which of these describes you. All three are legitimate.

Approach 1: Encrypted DMG via Disk Utility (free, built-in)

macOS ships with a tool called Disk Utility that can create encrypted disk image files. They behave like any mountable volume, protected by a password.

How to create one

  1. Open Disk Utility (Spotlight → "Disk Utility").
  2. Menu: File → New Image → Blank Image.
  3. Set a name, pick a size (make it bigger than your current library — DMGs don't auto-grow well).
  4. Format: APFS. Encryption: 256-bit AES encryption. Partitions: Single partition. Image Format: sparse disk image or sparse bundle disk image.
  5. Set a strong password. Do not tell Keychain to remember it — the point of a vault is that the password lives in your head.
  6. Save the DMG somewhere safe. Move all your videos into it. Unmount when done.

Pros

Cons

When to use this

If you have a small library (under 20 GB), rarely add to it, and only need casual privacy. For anything larger or more active, the mount-unmount dance becomes annoying fast.

Approach 2: Cryptomator (free, cross-platform vault)

Cryptomator is an open-source encryption tool that creates vaults — folders where each file inside is individually AES-256 encrypted, along with filenames.

How to set one up

  1. Download Cryptomator from its official site. (Free on desktop; paid on mobile.)
  2. Launch and click Add Vault → Create New Vault.
  3. Pick a location (local folder, not iCloud, if you want strictly local).
  4. Set a strong password.
  5. Save the recovery key somewhere offline. Really.
  6. Click the vault to unlock it. A virtual drive appears in Finder. Drop your videos into it.

Pros

Cons

When to use this

Excellent general-purpose vault. If you have mixed content (docs, photos, videos) and want one consistent encryption story, Cryptomator is my top free recommendation.

Approach 3: shooff (purpose-built media vault)

Full disclosure: shooff is our tool. The reason we built it was that approaches 1 and 2 are both "encrypted folder" solutions, and for a media library specifically you really want an "encrypted library." Different thing.

With shooff, each video becomes a single .evid file — a small metadata header plus AES-256-CTR encrypted body. The key is derived from your password via PBKDF2 with 200,000 iterations. Videos play directly from the encrypted file through a custom evid:// protocol — nothing ever gets written to disk as a decrypted temp file.

How to use it

  1. Download shooff from shooff.my (has a free tier).
  2. On first launch, set a password. This is the key to your whole library — choose carefully, store it in a password manager.
  3. Either download videos directly inside shooff (built-in browser, click to save) or drag existing MP4 files into the Library. They get encrypted on import.
  4. Click any item to play. The player decrypts on the fly.
  5. Auto-lock after inactivity (configurable) — re-enter password to unlock.

Pros

Cons

Built for encrypted media, specifically

shooff decrypts videos directly to the player without ever writing a plaintext copy to disk. Free tier.

Try shooff free

A comparison you can actually act on

Encrypted DMGCryptomatorshooff
CostFreeFree (desktop)Free tier / $10-30 one-time
Setup time5 min10 min2 min
Mount/unlock required?Yes, DMG mountYes, vault unlockYes, password on open
Video seek speedFast (native FS)Slower (FUSE-ish)Fast (CTR mode)
Writes plaintext to disk?While mountedCached in memoryNever
Filenames hidden?Only when unmountedAlways (encrypted)Always (opaque .evid)
Cross-platform?macOS onlyMac/Win/LinuxmacOS only
Library featuresFinder onlyFinder onlyBuilt-in
Best forSmall, static librariesMixed content vaultActive media library

A few things to remember regardless of which you pick

Frequently asked

Does FileVault encrypt my videos already?

FileVault encrypts your entire drive while your Mac is off or logged out. Once you're logged in, everything on the drive is transparently readable to any process running as you. That's fine for whole-disk protection against loss/theft, but it doesn't protect against apps or other users of the same account. Vault-level encryption (DMG, Cryptomator, shooff) adds a layer on top.

Is AES-256 overkill?

In practical terms, AES-128 is secure for all current threat models — AES-256 adds a larger margin against future cryptanalysis. Both are fine. All three solutions in this guide use AES-256.

What happens if I forget my password?

With an encrypted DMG, you lose the contents — Apple has no recovery. With Cryptomator, you can use the recovery key if you saved it. With shooff, you lose the library unless you've backed up the password. None of these tools have a password reset you can use without knowing the password. That's the point.

Can someone forensically recover my videos if they image my drive?

Not without the password. All three approaches use real encryption — a drive image gets them an encrypted blob that would take astronomical compute to brute force if you chose a strong password.

Is it possible to share an encrypted video with someone?

With a DMG: give them the DMG + password. With Cryptomator: give them access to the vault + password + install Cryptomator. With shooff: the .evid format is proprietary and locked to your password, so sharing requires exporting the video first. For one-off sharing, a tool like Encrypto (from MacPaw) is a better fit — individual files, password per file.

Do I need extra hardware like a YubiKey?

Not for these approaches. YubiKeys and other hardware keys are great for authentication (logging in, 2FA) but don't integrate with these vault tools natively. If your threat model demands hardware-backed encryption, look at VeraCrypt with hardware tokens or enterprise-grade solutions.

Ready to try a real media vault?

shooff is purpose-built for video and comic libraries. No mount step, no temp files, 25 languages of AI subtitles, and a local streaming server for your phone. Free tier.

Download shooff