Zum Hauptinhalt springen
Better Password Generator

Encrypting folders and files prevents unauthorized access to sensitive information — even if someone has physical access to your computer or an external hard drive. Encrypted data is unreadable without the correct password.

Encrypt Folders on Windows

Method 1: BitLocker / EFS (Windows Pro)

BitLocker encrypts entire drives or partitions — ideal for external hard drives. For individual folders, Windows Pro offers EFS (Encrypted File System):

  1. Right-click on the folder → "Properties" → "Advanced"
  2. Enable "Encrypt contents to secure data"
  3. Click "OK" → "Apply"
  4. Back up the certificate (important for future recovery!)

Limitation: EFS encryption is tied to the Windows user account — no separate password required.

Method 2: VeraCrypt (Free, All Windows Versions)

VeraCrypt creates an encrypted container (file) that is mounted as a virtual drive:

  1. Install VeraCrypt (veracrypt.fr)
  2. "Create Volume" → "Create an encrypted file container"
  3. Set location and size
  4. Encryption: AES (standard)
  5. Password: at least 16 characters → Password Generator
  6. Format the container → Done

All files inside the container are automatically encrypted.

Method 3: 7-Zip with AES-256 (Quick for Individual Files)

  1. Install 7-Zip (7-zip.org, free)
  2. Select folder → right-click → 7-Zip → "Add to Archive"
  3. Format: 7z, Encryption: AES-256
  4. Enter a password (at least 16 characters)
  5. Click "OK" → encrypted archive created

Advantage: No extra software needed to open (7-Zip is free and widely available)

Encrypt Folders on macOS

Method 1: Disk Utility (Built-in, Free)

macOS allows creating encrypted disk images via the built-in Disk Utility:

  1. Applications → Utilities → Disk Utility
  2. "File" → "New Image" → "Blank Image"
  3. Format: "Mac OS Extended (Journaled, Encrypted)"
  4. Set a password → Save
  5. The .dmg image works as an encrypted folder

Method 2: VeraCrypt (macOS)

Same as Windows: encrypted container, cross-platform compatible.

Method 3: Finder Encryption for External Drives

Format external drives/USB sticks as APFS (encrypted) — direct protection without a container.

Choosing the Right Password for Encrypted Folders

Critical: The password for an encrypted container is the only way in. If lost, the data cannot be recovered.

Frequently Asked Questions