How to Password Protect and Encrypt PDFs in Preview on macOS

When you are transmitting a highly sensitive PDF document containing cryptographic keys, financial ledgers, or proprietary architecture over an unencrypted network vector, sending the file in plaintext is a catastrophic security failure. To force the macOS neural engine to inject a mathematically complex encryption algorithm into the PDF architecture and lock the data matrix behind a cryptographic password, you must utilize the native Preview application.

Initializing the Encryption Protocol

The Preview application does not just apply a superficial lock; it physically rewrites the PDF architecture using strong encryption standards.

  1. Locate your sensitive PDF file in Finder and double-click to open it natively in Preview.
  2. Look at the absolute top menu bar of your Mac display. Click File.
  3. From the drop-down matrix, execute the Export… command (do not use Export as PDF).

Executing the Cryptographic Lock

A new configuration window will deploy, revealing the deeper export architecture.

  1. Locate the Permissions or Encrypt button/checkbox at the absolute bottom of the export window. Check the box labeled Encrypt.
  2. The macOS engine will instantly deploy two new text fields: Password and Verify.
  3. Inject a mathematically complex alphanumeric string (your cryptographic key) into both fields.
  4. (Optional) If you click Permissions, you can apply granular restrictions, such as allowing a user to open the file but mathematically prohibiting them from printing or copying text without a second, distinct “Owner” password.
  5. Click Save.

The exact millisecond you execute the save command, the macOS engine violently recalculates the entire PDF matrix, scrambling the data payload using the cryptographic key you provided. If a hostile actor intercepts the file, they will face an impenetrable mathematical wall. The file can only be decoded and rendered by a PDF viewer that receives the exact matching alphanumeric string.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.